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
Explain the difference between jakarta struts and apache struts?
How can we display all validation errors to user on jsp page?
What do you mean by action errors and what are the results they force?
How you will enable front-end validation based on the xml in validation.xml?
What are the contents on web.xml in struts application ?
How to use dispatchaction?
What is the use of jsonvalidation in struts?
What validate() and reset() method does ?
What is the purpose of form-beans tag in struct-config.xml?
Do you need an alignment after replacing struts?
How to override the default error message that can come during file uploading process?
What is difference between lookupdispatchaction and dispatchaction?
What is DynaActionForm?
Name some of the features of struts2?
What is http forward?