On 8/15/05, Johan Compagner <[EMAIL PROTECTED]> wrote: > you shouldn't keep db data live between requests. > Use DetachableModels so that you only attach (load from db) when the > model data is asked for in the request phase. > And then when the request phase ais ended a detach happens so that you > can clear youre model (a list in this case) > So that all those objects aren't kept in mem.\
Great, that's what I had hoped (and read from the docs) so it's good to get confirmation. :) Now my question is, what is the lifespan of the Page object instance? How long does that live? Thanks, Seth ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
