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 the difference between validation.xml and validator-rules.xml files in struts?
What is the purpose of @stringlengthfieldvalidator annotation?
Can you explain the directory structure for a struts folder in brief ?
What are the benefits of Interceptors in Struts2?
What is the purpose of @result annotation?
What’s the utilization of resource bundle properties file in struts validation structure?
How can we display all validation errors to user on jsp page?
What configuration changes are required to use resource files in Struts?
What are the important methods of actionform?
What is the default location of result pages and how can we change it?
what is meant by Struts Validator Framework?
When should we use SwtichAction?
Are interceptors and filters different?
Describe the basic steps used to create a tiles application?
What is value stack?