Newbie question

2008-03-18 Thread maitre
Hi, I'm trying to find a decent hosting company that supports STRUTS 2. Are there any recommendations? Thanks, Ed -- View this message in context: http://www.nabble.com/Newbie-question-tp16125218p16125218.html Sent from the Struts - User mailing list archive at Nabble.com. -

RE: Newbie question

2008-03-18 Thread maitre
s > the > more general and generic term I think you meant to say. In terms of Web > Hosting, you would be interested in Web Hosting Providers that allows > deployment of Java Web Applications. > > I hope that helps you to narrow your search. > > On 18/03/2008, maitre &l

Re: Newbie question

2008-03-18 Thread maitre
It is possible to use JDK 1.4 but your > Java Software Developers must use the backward compatible Apache Struts 2 > jars for JDK 1.4 for Struts 2 development > > Here are the details you are interested: > > http://struts.apache.org/2.x/docs/building-the-framework-from-source.ht

RE: Newbie question

2008-03-18 Thread maitre
> > MG > -----Original Message- > From: maitre [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2008 1:42 PM > To: user@struts.apache.org > Subject: Re: Newbie question > > > I don't want to build the framework from scratch, I just want to use the

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