Re: Reasons for using Struts

2003-09-28 Thread Martin Gainty
Agreed..modifying one layer while leaving the others in a reliable state is well worth the refactoring effort.. Thanks, -Martin - Original Message - From: "Bryan Hanks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 28, 2003 8:36 PM Subject:

RE: Reasons for using Struts

2003-09-28 Thread Bryan Hanks
I use it because it is much easier to maintain. If the front-end (JSP) needs to be updated only, I can do that without accidentally messing with the underlying business logic. Conversely, if the business rules change (and they always do...), I can change them without worrying about having to cha

RE: Reasons for using Struts

2003-09-28 Thread Steve Armstrong
Hi, This is a good place to start: http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsBenefits Cheers, -Steve -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 12:53 AM To: [EMAIL PROTECTED] Subject: Reasons for using Struts What are t

Re: Reasons for using Struts

2003-09-28 Thread Martin Gainty
- Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, September 28, 2003 8:08 AM Subject: Re: Reasons for using Struts > Martin Gainty wrote: > > What are the reasons for using

Re: Reasons for using Struts

2003-09-28 Thread Ted Husted
Martin Gainty wrote: > What are the reasons for using Struts? > That is what are the Reasons for which Struts would be a more suitable > choice than say plain JSP/Servlet? In terms of to Model 2 or not to Model 2, here are some oldies but goodies: http://www.servlets.com/soapbox/problems-jsp.html

Re: Reasons for using Struts

2003-09-28 Thread Christian Bollmeyer
Am Samstag, 27. September 2003 06:53 schrieb Martin Gainty: To sum it up in short, as this issue has already been dicussed numerous times, and considering you've already been given the appropriate links: the actual question would be whether to use an MVC approach or not. So it's about architecture

Re: Reasons for using Struts

2003-09-27 Thread David Graham
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > What are the reasons for using Struts? > That is what are the Reasons for which Struts would be a more suitable > choice than say plain JSP/Servlet? > This has been discussed many times on the list so you can find a lot of reasons in the archives.

Re: Reasons for using Struts

2003-09-27 Thread Sgarlata Matt
http://jakarta.apache.org/struts/userGuide/introduction.html - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 27, 2003 12:53 AM Subject: Reasons for using Struts What are the reasons for using Struts? That is what are the Re