what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
Answer Posted / musarath
DAO is the Data acess Objects and VO is the value objects
which acts as a Model in MVC architecture...VO is nothing
but a bean consisting of getter and setter methods.DAO
consisits of business logic and code connecting the
database.
Not Sure of DTO and business delegate patterns.
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What is spring and struts in java?
How does struts2 token work?
How many instances of servlet usually run in a struts application ?
How is token generated?
Why do the struts tags provide for so little formatting?
What is the default suffix for Struts2 action URI and how can we change it?
Explain design patterns which is used in struts?
How to build struts application in eclipse?
Name some of the features of struts2?
how to develop the submit and search operations in single jsp using struts?
How action mapping is configured in Struts?
What are the conditions for actionform to work correctly?
What is declarative exception handling in struts?
Explain the life cycle of a request in struct2 application?
What is apache struts vulnerability?