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
Why use spring, if you are already using struts?
State an example of struts configuration file as an action parameter for action servlet.
Which class is the Front Controller in Struts2?
in struts how to use hibernate with struts>
What steps are required to for an application migration from Struts1 to Struts2?
What’s the utilization of struts.xml configuration file?
Name the different types of actions found in struts.
What is struts framework in java?
Explain about the validation steps which have to be carried during validation of client-side address?
What are the Core classes of Struts Framework?
What is actionservlet?
how to connect from struts to database through hibernet and where u can modify the class
What is the difference between filters and interceptors ?
What is struts and why it is used?
How struts2 supports internationalization?