Hi,
The Servlet 2.3 specification provides a mechanism to be notified
when
the application start-up: the ServletContextListener API.
What is the best solution for single initialisations ? Is it in our
own ServletContextListener class
or in the init() method of the ActionServlet subclass.
I am not sure, the ActionServlet init() method is called once, isn't
it ?
Thanks in advance.
Sandra
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>