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 apache struts vulnerability?
What is http forward?
Difference between html tags and struts specific html tags
Which servlet does the struts framework use?
What is the purpose of dispatcher result type?
Explain about struts?
Is struts action class singleton?
What is value stack?
What is the purpose of @before?
Which file is used by controller to get mapping information for request routing?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Explain the necessity of empty tag?
What inbuilt themes are provided by struts2?
What is includeaction?
How struts control data flow?