why we are using vo,dao and dto design patterns in struts
framework
Answer Posted / venu bandla
dao design pattern is used to seperate data access logic from bussiness logic so the dao class contains only database connection related code,Dto design pattern is used to transfer the data from one component to another component and dto is a simple javabean.Vo design pattern is used to store the data in the form of objects and tranfer it
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How you will enable front-end validation based on the xml in validation.xml?
How to work with error tags?
What is life cycle of an interceptor?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is an interceptor stack?
How to convert struts to spring mvc?
Which interceptor is responsible for i18n support?
How action-mapping tag is used for request forwarding in struts configuration file?
What are the some useful annotations introduced in struts2?
What is the purpose of form-beans tag in struct-config.xml?
How we can install struts?
What is struts validator framework?
Explain architecture of struts2?
What is container struts2?
What are the ways in which duplicate form submission can occur?