You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Galbreath, Mark" <Ga...@tessco.com> on 2002/07/19 14:33:15 UTC

Resin 2.1.1 and Struts

I'm getting prepared to build a web app using Struts on (yet) another
platform - Resin.  If anyone has done this, are there any Resin-specific
issues involved or is it as simple as adding struts.jar to the class path
and putting struts-config in WEB-INF?
 
Thanks...and I like the beaver (nature's engineer) as the cover for Chuck's
book,
Mark

Re: Resin 2.1.1 and Struts

Posted by Arron Bates <st...@keyboardmonkey.com>.
Pretty much performs as required. Quite tidy. Absolutely boots as it has
a very optimised JSP compiler, to the letter of a spec. Makes writing
tags harder because of the level of tag object reuse, but it all pays
off. Because it moves faster than tomcat it's quicker to code with, kick
it over an restart in a flash.

Also may have to look out for the fact it likes to compile source in the
classes directory. But that speeds dev work too, as just like JSP, you
can simply change the code in your source and hit reload in the browser,
and it'll all recompile and stuff automagically. Most cool.


Arron.


On Fri, 2002-07-19 at 22:33, Galbreath, Mark wrote:
> I'm getting prepared to build a web app using Struts on (yet) another
> platform - Resin.  If anyone has done this, are there any Resin-specific
> issues involved or is it as simple as adding struts.jar to the class path
> and putting struts-config in WEB-INF?
>  
> Thanks...and I like the beaver (nature's engineer) as the cover for Chuck's
> book,
> Mark




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Resin 2.1.1 and Struts

Posted by Andreas Mack <va...@mediales.net>.
On Fri, 2002-07-19 at 14:33, Galbreath, Mark wrote:
> I'm getting prepared to build a web app using Struts on (yet) another
> platform - Resin.  If anyone has done this, are there any Resin-specific
> issues involved or is it as simple as adding struts.jar to the class path
> and putting struts-config in WEB-INF?

I tried it just yesterday for the first time. Deployment was easy, just
copied the /APP dir into webapps. Had to copy some jars with javax.*
stuff to my WEB-INF/lib because tomcat had it built in, resin did not.
After 30 minutes the app ran, everything. It's so incredibly FAST with
jsps!

Greetings,
Andreas.
-- 
Andreas Mack <va...@mediales.de>
mediales. GmbH http://www.mediales.de



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>