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 |
What is the purpose of plug-in tag in struct-config.xml?
How is the action mapping specified?
What is Portlet???? when,where and why we use it ??
3 Answers Infotech, Rebaca, Wipro,
What are different Struts2 tags? How can we use them?
Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?
What are result types in struts?
What are pull and push mvc architecture and which architecture does struts2 follow?
Who makes the struts?
Briefly tell the two kinds of form beans.
What do you mean by actionform?
What is declarative exception handling in struts?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?