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
Why use struts framework in java?
How to combine the struts with velocity template?
How you will enable front-end validation based on the xml in validation.xml?
What is apache struts used for?
Which design pattern is implemented by Struts2 interceptors?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
Who wrote struts?
State an example of struts configuration file as an action parameter for action servlet.
What is the differences between struts1 and struts2?
When should we use SwtichAction?
What is used to display the intermediate result in an interceptor?
Can we use struts and spring together?
What is the default suffix for Struts2 action URI and how can we change it?
What configuration changes are required to use Tiles in Struts?
What is the life cycle of actionform?