| This documentation is outdated! See current documentation here. |
Release Notes (Granite Data Services 0.2)
New
- Spring support (Igor Sazhnev): you can now access Spring services through GDS and there is an Eclipse demo project available to help you setting up your environment.
- EJB3 Eclipse demo project: a new project is available to help you start with GDS/EJB3 development.
- EJB3 to AS3 code generator Eclipse plugin: a new plugin that defines an Ant task and writes AS3 beans for each of your EJB3s.
- Full Hibernate lazy loading support: all collections (set, list, bag, map) as well as proxy. Map support is based on the good work of Francesco Faraone.
- Full AMF3 serialization support: add flash.utils.ByteArray, associative arrays and XML document (de)serialization.
- Pojo Eclipse demo project: a very, very basic project is available to help you start with GDS Pojo support.
- Custom class descriptors (Igor Sazhnev): you may now plug your own Java or ActionScript3 class descriptors.
- Java enum externalizer (Igor Sazhnev): Java enum types are now correctly serialized.
- Custom AMF3 (de)serializers: you may now plug your own AMF3 (de)serializers.
Bug fixes
- Date deserialization (Igor Sazhnev).
- Data type conversion (for various type of numbers, date, etc.) from AMF3 deserialization to Java beans.
- "scope" configuration for Pojo services.
