This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes Using ActionForm as VO Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Using ActionForm as VO " Watch "Using ActionForm as VO " New topic
Author

Using ActionForm as VO

Arun Kumar
Ranch Hand

Joined: Jan 21, 2005
Posts: 127

Is there any drawback in using ActionForm as the VO and pass the same to Data access tier.

We normally create a VO from within the action class retrieving the data from Action form .but this VO is almost similar to Action Formbean hence we were thinking why not use ActionFormbean itself as the VO and pass it to Data Access layer

Any thoughts please
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using ActionForm as VO
 
Similar Threads
Hibernate and DAO pattern
passing object from jsp to action
mvc, VO, and tier leakage antipattern
Is it a good design model (struts + hibernate)?
struts