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 can forward action be used to restrict a strut application to mvc?
Can I have html form property without associated getter and setter formbean methods?
What are the conditions for actionform to work correctly?
How is declarative handling of exceptions done in struts ?
What should be the name of xml file used for validation in struts?
What is the use of jsonvalidation?
What is the use of web xml in struts2?
Explain the complete struts validator framework.
What is the purpose of global-forwards tag in struct-config.xml?
What’s the utilization of struts.xml configuration file?
How struts2 supports internationalization?
What is the purpose of @before annotation?
What is token used for?
What is used to display the intermediate result in an interceptor?
What are the various struts tag libraries?