Yes, I had no problems in an Swing application where lazy loading was used in one single JVM (sun/jrockit). (That's what I want to use now as well with appfuse2.) Actually, I want to show database activity to the user and that's hard when lazy loading is used.
http://www.oracle.com/technology/tech/java/oc4j/ejb3/howtos-ejb3/howtooutofcontainer/doc/how-to-ejb30-out-of-container.html See also : TopLink has always supported Lazy Loading through it's indirection feature. The EJB 3.0 specification provides for transparent lazy loading. In other words, objects referenced across relationships can be loaded on an as needed basis. Marcel Sanjiv Jivan wrote: > > Transparent lazy loading across client - server boundaries is not a > trivial > problem. There's been a lot of discussion on this (on the Spring and > Hibernate lists) and suggestons of using a smart proxy but there's no > implementation of those concepts. Are you sure that Toplink was able to > provide transparent lazy loading across JVM's? If so, you should probably > stick with using toplink (and I'll check it out too). > > Sanjiv > > > > -- View this message in context: http://www.nabble.com/Appfuse-Core-%2B-Swing%3A-Session-is-closed-tf3987393s2369.html#a11358190 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
