what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
Answer Posted / yathirajulu.mettupally
DTO pattern in j2ee is... Data Transerfer Object, which
exchange the data with enterprise beans.
VO : Value Objects is nothing but java beans which consists
getter & setter methods.
DAO: Data Access Object is consisting of business-loigic &
connecting to database.
Deligate Pattern:Which is a adapter(mediator)class decouples
presentation cliet & business-logic.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
How exceptions are handled in struts application?
What is use of i18n interceptor?
Can you explain struts.properties in struts2?
What is the purpose of @beforeresult annotation?
What is the default suffix for Struts2 action URI and how can we change it?
What configurations are stored in struts configuration file ?
Explain about the library tag?
What is the difference between session scope and request scope when saving formbean ?
How many struts config file in a struts application?
What is the purpose of @beforeresult?
What is the use of namespace in action mapping in Struts2?
What is the purpose of struts.xml in struct2?
How can we display all validation errors to user on jsp page?
When do I need “struts.jar” on my classpath?
Can explain about the validations and in your project where did u used the validations?