Re: Perform tasks when starting the application

2012-02-15 Thread iberck
Thank you for your response -- View this message in context: http://tapestry.1045711.n5.nabble.com/Perform-tasks-when-starting-the-application-tp5487106p5487265.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Perform tasks when starting the application

2012-02-15 Thread Dusko Jovanovski
Annotate your method with @Startup and it will be executed when starting the application. Reference: http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/ioc/annotations/Startup.html On Wed, Feb 15, 2012 at 8:22 PM, iberck wrote: > I need to perform certain tasks when starting the ap