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
Give an example of validates method used to avoid errors.
What is apache struts vulnerability?
What is the use of lookupdispatchaction?
Which file is used by controller to get mapping information for request routing?
When should we use SwtichAction?
Why is it called struts?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
what is meant by Struts Validator Framework?
What are the differences between http direct and http indirect?
If the framework doesn’t do what I want, can I request that a feature be added?
What is value stack?
What is the use of execAndWait interceptor?
How do you create message resource?
Who wrote struts?
State the procedure for using forward attribute of link tag’s.