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


Please Help Members By Posting Answers For Below Questions

What is the difference between validation.xml and validator-rules.xml files in struts?

687


What is the purpose of @stringlengthfieldvalidator annotation?

821


Can you explain the directory structure for a struts folder in brief ?

722


What are the benefits of Interceptors in Struts2?

890


What is the purpose of @result annotation?

814


What’s the utilization of resource bundle properties file in struts validation structure?

819


How can we display all validation errors to user on jsp page?

854


What configuration changes are required to use resource files in Struts?

777


What are the important methods of actionform?

802


What is the default location of result pages and how can we change it?

768


what is meant by Struts Validator Framework?

767


When should we use SwtichAction?

778


Are interceptors and filters different?

757


Describe the basic steps used to create a tiles application?

781


What is value stack?

804