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


Please Help Members By Posting Answers For Below Questions

What are the features of struts?

578


In struts.xml, what does the attribute "method" stands for in the "action" tag?

536


Which design pattern is implemented by Struts2 interceptors?

557


How we can controlled duplicate form submission in struts?

523


How to combine the struts with velocity template?

494






What is the purpose of @validations annotation?

571


How you will display validation fail errors on jsp page?

547


What is struts and why it is used?

505


What are the two scope types for formbeans?

613


What is difference between lookupdispatchaction and dispatchaction?

634


Can you give an overview of how a struts application flows?

530


What is apache struts cve 2017 5638?

553


What is the purpose of @keyproperty annotation annotation?

579


What is the default suffix for struts2 action uri ?

553


How the flow of various requests happens in struts application?

536