Re: Struts + Spring or Struts versus Spring

2005-03-31 Thread Ted Husted
+1 for Pro Spring. Soup to Nuts. Well done. On Wed, 30 Mar 2005 10:31:52 -0500, Fumo, Vince <[EMAIL PROTECTED]> wrote: > Don't know if it's appropriate to do this, but I am adding my 2c as well. > I've been using Spring and Hibernate with Struts for some time now and have > found it to be excellen

Re: Struts + Spring or Struts versus Spring

2005-03-30 Thread Matt Raible
On Mar 30, 2005, at 5:35 AM, Ted Husted wrote: Spring is a large project with several components. The Spring Core works just fine with Struts. You can use it to instantiate your business objects from Struts Actions. Aside from Spring Core, the Spring project also includes a Spring MVC component. Sp

RE: Struts + Spring or Struts versus Spring

2005-03-30 Thread Fumo, Vince
t; that covers the entire framework quite well. -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 9:40 AM To: Ted Husted; Struts Users Mailing List Subject: Re: Struts + Spring or Struts versus Spring In short, what Ted said. More elaborately, I&

Re: Struts + Spring or Struts versus Spring

2005-03-30 Thread Joe Germuska
In short, what Ted said. More elaborately, I've been using Spring with a lot of Struts web apps, and I'm very happy with the combination. Spring does a whole lot more than Struts ever wanted to do, and you can use as much or as little of it as you like. And even though Spring MVC exists as a

Re: Struts + Spring or Struts versus Spring

2005-03-30 Thread Ted Husted
Spring is a large project with several components. The Spring Core works just fine with Struts. You can use it to instantiate your business objects from Struts Actions. Aside from Spring Core, the Spring project also includes a Spring MVC component. Spring MVC does overlap with Struts. Spring MVC