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 struts actionmapping?
Give an example where struts tiles may be used?
What are the two scope types for formbeans?
How many instances of servlet usually run in a struts application ?
What configuration files are used in struts?
What is the difference between shocks and struts?
How we can install struts?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is http forward?
Which tag is used to declare constants in struts xml?
In struts, how can we access java beans and their properties?
What is the use of web xml in struts2?
What is value stack?
What is struts?
What is the difference between struts and spring? Explain