why we are using vo,dao and dto design patterns in struts
framework
Answer Posted / srikanth addani
DAO refers Data Access Object exclusively to write the code of data base server i.e establish connection with data base writing sql queries.DTO meant for DataTransferObject the main advantage is in order to resolve the problems of method parameters.VO meant for Value Object in order to display the output..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are interceptors thread safe?
What is the role of action class?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is the difference between struts1 and struts2?
What is the difference between session scope and request scope when saving formbean ?
How we can controlled duplicate form submission in struts?
What is the purpose of @conversion?
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
Explain how to work with error tags?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the purpose of @result annotation?
What should be the name of xml file used for validation in struts?
Are actions thread safe?
What’s the difference between struts and espresso?
What are the aware interfaces in struts2?