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
L PROTECTED] > Sent: Monday, June 14, 2004 9:37 PM > To: Struts Users Mailing List > Subject: [OT] A first look at Spring vs Struts > > > 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

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
s Mailing List <[EMAIL PROTECTED]> Subject: [OT] A first look at Spring vs Struts Date: Mon, 14 Jun 2004 15:36:40 -0400 MIME-Version: 1.0 Received: from mail.apache.org ([209.237.227.199]) by mc4-f24.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Mon, 14 Jun 2004 12:37:17 -0700 Received: (qmail 7

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

2004-06-14 Thread Ricardo Cortes
g out of the equation. So, all in all, they both can be used side by side and not just as a replacement for the other. Ciao, Ricardo -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:37 PM To: Struts Users Mailing List Subject: [OT] A first

[OT] A first look at Spring vs Struts

2004-06-14 Thread Rick Reumann
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 some strengths it has, but some of those strengths I also see as potential weaknesses (maybe)