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
What is the role of action class in struts?
What is structs 2 validation framework?
What inbuilt themes are provided by struts2?
What is the design role played by struts?
What do you mean by action errors and what are the results they force?
What are the important methods of actionform?
What is actionservlet?
How is forward action used for integration?
Whats the difference between the default namespace and the root namespace?
What is the need of struts?
What is struts and why it is used?
What are inner class and anonymous class?
Difference between html tags and struts specific html tags
What is the purpose of @stringlengthfieldvalidator annotation?
What are the action classes in struts?