Issue Details (XML | Word | Printable)

Key: FLEX-80
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Jeremy Grelle
Reporter: Jeremy Grelle
Votes: 11
Watchers: 13
Operations

If you were logged in you would be able to see more operations.
Spring BlazeDS Integration

Explicitly support serialization of Hibernate entities to AMF

Created: 26/Oct/09 01:50 PM   Updated: 01/Mar/10 07:10 PM
Component/s: Core
Affects Version/s: 1.0.1
Fix Version/s: 1.5.0

Time Tracking:
Not Specified


 Description  « Hide
Though it is possible to plug in third-party adapters such as dpHibernate and Gilead to support the direct serialization/deserialization between Hibernate entities and AMF, setting them up for the simplest case is more complex than is desirable. Spring BlazeDS Integration should provide out-of-the-box support for serializing Hibernate entities. The goal will be to avoid LazyInitializationExceptions while also keeping lazy associations from being initialized unnecessarily. This initial approach will allow use of the detach/re-attach pattern that we see most prevalently in typical Spring web applications.

martin zoldano added a comment - 15/Dec/09 03:26 PM
here's a filter via prop-proxy (partial + quick)approach
http://bit.ly/4Z3AXL
cheers!