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 ?

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 business logic in there when you shouldn't. You can make new instances of ActionForms and put them in Session scope - point is you can do anything you want, so if you have some developers on your team that aren't following best practices, they could potentially make parts of the application in some renegade fashion. Sometimes you do need to do some custom things in Struts, and this is where I think Struts falls a little short compared to frameworks like Spring since it is less flexible.



--
Nick Heudecker
System Mobile, Inc.
Email: [EMAIL PROTECTED]
Web: http://www.systemmobile.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to