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 applications use apache struts?
Why do we need mapdispatchtoprops?
What’s the utilization of resource bundle properties file in struts validation structure?
Can I have html form property without associated getter and setter formbean methods?
Explain integrate log4j in struts2 application?
What is the difference between struts1 and struts2?
Do I have to credit struts on my own website?
What is controller in struts ?
What is the purpose of form-be tag in struct-config.xml?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What are the differences between http direct and http indirect?
What is Struts2?
What is the purpose of action-mappings tag in struct-config.xml?
List some struts tag libraries?
What configuration changes are required to use Tiles in Struts?