[APPLICATION SCOPE] -How and Where to store in app scope

2003-08-11 Thread Todor Sergueev Petkov
Hello everybody, I have some objects that I would like to store in application scope. I am useing Strust 1.1. I have the following question: 1. Where (in which Struts class) is the most convinient place to make this. 2. How can I store the objects at startup and than not have to d

Re: [APPLICATION SCOPE] -How and Where to store in app scope

2003-08-10 Thread Thomas Cornet
IMHO, the best thing to do is to create a Plugin, where you'll store all what you need to. The plugin init method is executed once while the servlet container loads the webapp. http://jakarta.apache.org/struts/api/org/apache/struts/action/PlugIn.html Thomas At 16:40 05/08/2003, you wrote: Hell