Hi I'm a struts2 newbie & I've just got the hello world app running. I'm now trying to convert a simple servlet app to struts2. In the original servlet I use a singleton factory class which I initialise/setup in the servlets init() method and use it in the servlet service() method. What is the equivalent means of achieving this on Struts2 so that I can set up the factory once and simply "use" it in my action class.
In addition, other than the wiki I'd be grateful if anyone could recommend other documentation/tutorial sources. Should I also be reading up on WebWork &/or Struts 1? Regards Roger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]