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

how to connect from struts to database through hibernet and where u can modify the class

2116


For a single Struts application, can we have multiple struts-config.xml files?

585


What is s token?

537


What helpers in the form of jsp pages are provided in struts framework?

527


What do struts do?

519






What are disadvantages of Struts?

552


What is the use of namespace in action mapping in Struts2?

578


What does modeldriven interceptor?

587


What is the purpose of execute() method?

569


What are the components of struts framework?

581


What are the sections into which a strut configuration file can be divided?

553


What are the aware interfaces in struts2?

550


What is the purpose of @key annotation annotation?

596


What design patterns are used in struts?

560


List the important attribute and elements of action mapping under struts.

526