what is BUSINESS DELIGATE PATTERN,DAO,VO,DTO?
Answer Posted / ravikiran(aptech mumbai)
Business Delegate:Is a design pattern used to hide the
remoteness of any component to the accessor
DAO:Is the data access object used to make the database
logic away fom the busines logic.By witing it in a seperate
method and calling in action
VO:Is the value object used in the development of enterprise
distributed applications to get and set the values
DTO:Is the data transfer object which will expose the
business methods to the jsps to call with out passing threw
the network barrier every time
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What is the purpose of @beforeresult annotation?
Why use struts framework in java?
What is the purpose of @before annotation?
Does Struts2 action and interceptors are thread safe?
How do you find the struts version being used in a project?
Can a reducer dispatch an action?
What are the different kinds of actions in struts?
What is the purpose of execute() method?
What is the use of jsonvalidation?
What are action errors and error?
Which interceptor is responsible for file upload support?
Explain about the future of struts?
Describe the basic steps used to create a tiles application?
How to convert struts to spring mvc?
What are the classes used in struts?