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
What is action support class in struts2?
How do you convert struts to springs?
What is the life cycle of actionform?
What are the ways in which duplicate form submission can occur?
What are the components of struts framework?
Name some of the features of struts2?
How you will enable front-end validation based on the xml in validation.xml?
What does modeldriven interceptor?
How many action classes can be used in struts application?
What is container struts2?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is the purpose of struts.xml in struct2?
What is switchaction?
What is the purpose of @beforeresult annotation?
What is the purpose of @after?