Re: RE: How to Catch WebApplication's Destroy()?

2011-07-25 Thread Josh Kamau
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. mir...@seznam.cz wrote: Bad. Wicket application start when you deploy it into Tomcat (it's time when WebApplication.init() is executed)

RE: RE: How to Catch WebApplication's Destroy()?

2011-07-25 Thread Miroslav F.
to Catch WebApplication's Destroy()? 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. mir...@seznam.cz wrote: Bad. Wicket application start when you deploy it into Tomcat (it's