are you prohibited from using a DI framework such as guice or spring? it can help you manage your object scope and lifecycle
On 26 Jul 2011 07:41, "Miroslav F." <[email protected]> wrote: Bad. Wicket application start when you deploy it into Tomcat (it's time when WebApplication.init() is executed) and stop when you undeploy it or when you stop Tomcat - it should be very long time ;-) My scenario is: In WebPage class i do LoadableDetachableModel.load() and here I load all data what I need from database and do all DB stufs - open connection, run SQL, close connection. > -----Original Message----- > From: eugenebalt [mailto:[email protected]] > Sent: Tuesday, 2...
