why we are using vo,dao and dto design patterns in struts
framework
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Name the different types of actions found in struts.
What is difference between struts1 and struts2?
How interceptor works in struts 2?
Hi All thanks in advance, iam new to j2ee currently in my project we r using struts with hibernate can i have one sample application like CRUD application with code or any tutorials liks r ebooks plz....?
Why we use struts in java?
What is the use of namespace in action mapping in Struts2?
why we are using vo,dao and dto design patterns in struts framework
How to override the default error message that can come during file uploading process?
What is the purpose of @requiredstringvalidator?
shall we use any name for deployment descriptor of struts instead of struts-config.xml
How is a lookup dispatch action created?
What is the purpose of @doublerangefieldvalidator annotation?