[appengine-java] Re: Lazy Loading, Spring MVC and PersistenceManager Closing

2009-12-15 Thread Al
Interesting - thanks to both, will check out both options. On Dec 14, 8:52 pm, abhi abhishek9...@gmail.com wrote: Hey , why do you want to close the persistance manager here, you are not saving or updating any entities. You should use a static PMF class to get the entity manager und you

[appengine-java] Re: Lazy Loading, Spring MVC and PersistenceManager Closing

2009-12-14 Thread abhi
Hey , why do you want to close the persistance manager here, you are not saving or updating any entities. You should use a static PMF class to get the entity manager und you feed class should have something like this ... class FEED { private static PersistenceManager pm; // this fetches the