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

Are interceptors thread safe?

568


Why is action servlet a singleton in struts?

592


Name the different types of actions found in struts.

556


What are the features of struts 2?

543


What’s the utilization of resource bundle properties file in struts validation structure?

623






What do you mean by a custom tag?

543


Why actionservlet is singleton in struts?

590


How to use forward action to restrict a strut application to mvc?

594


What is the purpose of @conversion?

601


At the point, you should go for struts framework?

549


What is the difference between forwardaction and includeaction?

533


What is structs 2 validation framework?

564


Explain struts.devmode?

566


What are the action classes in struts?

522


What is the purpose of constant tag in struts.xml?

555