Re: Struts and Data/Presentation Separation

2004-05-24 Thread Ludovic Maitre
Hello, Have you looked at stxx.sourceforge.net ? It seems to be a good solution (it's that i want to use - or something similar - for my next project, which is a project for managing docbook files). You could also look at cocoon, but it's a HEAVY framework, so heavy for me, i stopped looking Co

Re: concurrency in struts

2004-05-10 Thread Ludovic Maitre
Hello, I think, but i hope that somebody could answer better, that the servlet container will instantiate a new Servlet, and accompanying Action classes, if this is needed. As far as i know, in J2EE, this is the servlet container who is responsible for forking new threads for the clients on-de