|
First off, on the original question about
SpringBeanAdapter, if you can use FDS I recommend that you check out the Spring
Flex Factory on the Adobe component exchange: http://www.adobe.com/cfusion/exchange/index.cfm#loc=en_us&view=sn610&viewName=Adobe%20Exchange&avm=1 With this component, it just takes a few
lines of XML to allow a Flex client to call a method on a spring component. For the hibernate stuff, if you use a
remote object to access hibernate you run into the challenges mentioned below
when hibernate is using lazy loading of properties. If however, you use
Flex Data Management Services we solve those problems for you. We also
supply the Java source code for the hibernate assembler with FDS so you can see
how we got around the lazy loading and “duplicate instance”
problems with hibernate. Basically we fetch all properties in the
hibernate object before the session is closed (unless that property is marked
as lazy in the FDMS configuration in which case only the id of that object must
be available). Jeff From: I am developing an app that uses the remote object
tied to a -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Re: Using SpringBeanAdapter instead of FDS Jeff Vroom

