RE: [OT] A first look at Spring vs Struts

2004-06-15 Thread Pilgrim, Peter
> -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > > > Trust me this isn't an attempt to open up a whole flame war. I'm just > curious how many of you have messed with Spring and what your > thoughts > concerning it are. > > I've been looking at it some and I do see

RE: [OT] A first look at Spring vs Struts

2004-06-15 Thread Matthias Wessendorf
Rick, i didn't tryed it myself on production (only runing the examples) but with jsf-spring-bridge, you are able to use JSF and its taglib in spring. here it goes: http://jsf-spring.sourceforge.net/ Cheers, Matthias > -Original Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] >

Re: [OT] A first look at Spring vs Struts

2004-06-14 Thread Nick Heudecker
Rick: I've seen 'rogue' developers do remarkably stupid things with Struts and Spring, as well as numerous other frameworks. The best framework in the world can't save your project from an apathetic developer. :) Rick Reumann wrote: Martin Gainty wrote: funky things in Action execute methods ?

Re: [OT] A first look at Spring vs Struts

2004-06-14 Thread Rick Reumann
Martin Gainty wrote: funky things in Action execute methods ? please describe.. Well you can do almost anything in there since you're in a servlet, so you can totally break Struts concepts. You can do redirects (when you shouldn't) you could not use a Form bean to capture properties, you can do

RE: [OT] A first look at Spring vs Struts

2004-06-14 Thread Martin Gainty
Rick- funky things in Action execute methods ? please describe.. Martin Gainty (cell) 617-852-7822 (e) [EMAIL PROTECTED] (http)www.laconiadatasystems.com From: Rick Reumann <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTE

RE: [OT] A first look at Spring vs Struts

2004-06-14 Thread Ricardo Cortes
The best application framework I've used for developing web applications has to be WebObjects (http://webobjects.com), hands down. Although the cost is $700, you get what Struts, Tiles, Hibernate, JSP and servlets try so hard to emulate except that it's all bundled in one package. So integrati