why we are using vo,dao and dto design patterns in struts
framework

Answers were Sorted based on User's Feedback



why we are using vo,dao and dto design patterns in struts framework..

Answer / 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

why we are using vo,dao and dto design patterns in struts framework..

Answer / srikanth addani

DAO refers Data Access Object exclusively to write the code of data base server i.e establish connection with data base writing sql queries.DTO meant for DataTransferObject the main advantage is in order to resolve the problems of method parameters.VO meant for Value Object in order to display the output..

Is This Answer Correct ?    0 Yes 0 No

why we are using vo,dao and dto design patterns in struts framework..

Answer / raj

Dto we are using from been and dao we are using in we are
accessing dta from data base.

Is This Answer Correct ?    5 Yes 18 No

Post New Answer

More Struts Interview Questions

What is the use of execAndWait interceptor?

0 Answers  


how many methods are there in RequestPrccesor class?

2 Answers   Infosys,


What are the reasons for an error message not being displayed while developing struts application?

0 Answers  


how to write the configuration file of struts application if any one had simple struts application please it to me

1 Answers  


What is difference between struts1 and struts2?

0 Answers  


How do I access token?

0 Answers  


How can we handle exceptions thrown by application in Struts2?

0 Answers  


Is form beans are serializable or not?

11 Answers   College School Exams Tests, Magna Infotech,


Provide some important Struts2 constants that you have used?

0 Answers  


Explain the difference between jakarta struts and apache struts?

0 Answers  


How long do struts last?

0 Answers  


How to explain struts work flow

12 Answers   CSS, iFlex, iGate, mpower, TCS,


Categories