That's exactly what I've done for this small test :) But I would like to not need to do this in every collection on every piece of data that I need to get to swing. I should probably use ValueObjects for specific needs, but then it wouldn't look that amazing, using the same exact action for web and swing. For the web, when having Model Objects with many one-many/many-many associations, lazy-loading is crucial. Anyway, this isn't hibernate mailing-list, so this is not the right place for discussing this. Rather on conductor mailing-list, when the project will finally get going (Jason?).
F. But for more complicated Models, having lazy it's On Thursday 18 December 2003 16:55, Jonas Eriksson wrote: > Maybe a stupid question.. but have you tried > Hibernate.initialize(collection) to force loading of lazy collections? > > Cheers > Jonas > > Fernando Martins wrote: > > I'm the author, and I do say something about it, right here in the > > mailing list, but I didn't get too much opinions, not like "remigijus > > (sorry no offense intended)" ;-) > > Just look for the messsages with subject "Client Dispatcher". > > Anyway, I'm still trying to resolve the problem that hibernate lazy-loads > > the collections that get sent over to the client.... > > > > On Thursday 18 December 2003 16:30, Wayland Chan wrote: > >>http://www.jroller.com/page/fmarpt/20031218#web_swing > >> > >>Just a screenshot of web and swing screen calling same ww2 action. Author > >>doesn't say much but cool to see people using it. > >> > >> > >>Ciao! > >> > >>Wayland Chan > >>email: wchanATtrekspaceDOTcom > >> > >>---------------------------------------------------------- > >>Get your free email account from http://www.trekspace.com > >> Your Internet Virtual Desktop! > >> > >> > >>------------------------------------------------------- > >>This SF.net email is sponsored by: IBM Linux Tutorials. > >>Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > >>Free Linux Tutorials. Learn everything from the bash shell to sys admin. > >>Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > >>_______________________________________________ > >>Opensymphony-webwork mailing list > >>[EMAIL PROTECTED] > >>https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: IBM Linux Tutorials. > > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > > _______________________________________________ > > Opensymphony-webwork mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Opensymphony-webwork mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
