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
How do you find the struts version being used in a project?
Who makes the struts?
What is action support class in struts2?
Explain about logic match tag?
How we can install struts?
Can you explain custom tag?
Can we handle exceptions in Struts programmatically?
What do you mean by actionservlet?
What is the purpose of form-beans tag in struct-config.xml?
Can we have more than one struts-config.xml file for a single struts application?
Why was reload removed from struts (since 1.1)?
What is the purpose of @beforeresult?
What is struts?
Can you explain struts validator framework?
What are action errors?