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
What do you mean by a custom tag?
What are apache struts?
How to combine the struts with velocity template?
Which interceptor is responsible for file upload support?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Are interceptors thread safe?
What is the difference between struts and spring?
Is Struts Framework part of J2EE?
What is http forward?
What is pojo in struts2?
Can you explain aware interfaces in struts2?
What is action support class in struts2?
What is meant by custom tags?
What is http redirect?
What is strut web xml?