This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes ActionForm bean decision Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "ActionForm bean decision" Watch "ActionForm bean decision" New topic
Author

ActionForm bean decision

Jose Campana
Ranch Hand

Joined: May 28, 2007
Posts: 339
Hello, there! programmer comrades !

I have witnessed the evolution of Struts, and I consider it the best implementation of the MVC Design pattern for Web Apps, but I always felt that having to Associate every Struts Action to a FormBean was kinda 'clumsy'.
I understand now that in Struts 2, they have supressed the FormBeans...
Do you think that was a wise decision? or was there actually a specific purpose for the Bean to carry out?

And I suppose this means that the XML structure of the struts-config.xml, has also been changed... Is it now Simplified ?

I hope my question is worthy of your time,

Sincerely,
Jose
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ActionForm bean decision
 
Similar Threads
submitting multiple forms
Will the setters be called
Struts like frameworks for .NET?
Sending data via java class
getWebApplicationContext() w/ Struts