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
How many servlet controllers are used in a Struts Application?
What is role of actionservlet?
What is Custom Type Converter in Struts2?
Can we have multiple struts config files in a single web app?
How do I access token?
What are the different kinds of actions in struts?
What is the difference between struts1 and struts2?
Is Struts Framework part of J2EE?
What are the Core classes of Struts Framework?
What validate() and reset() method does ?
What is the purpose of @conversion annotation annotation?
How long do struts last?
What is struts2 namespace?
Is struts efficient?
What do you mean by actionmapping?