Could you put me an example of:
"but if you want to be tied to the Restlet application lifecycle, you
should consider to override its start method (and eventually its stop
method to clean things)" ?


Besides, I init some code using the application constructor

public MainRestletApplication()
{
    Core.getInstance().init();
}

but it is also initialized when the first request to WS arrived.

Thanks T.Templier. Thanks you

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3033646

Reply via email to