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 struts actionmapping?
Define struts?
Explain how to work with error tags?
What is the purpose of form-be tag in struct-config.xml?
Give an alternative way to protect jsp’s with not much features from direct access.
What validate() and reset() method does ?
What does it cost to replace struts?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is the purpose of @customvalidator annotation?
How many struts config file can be created in struts?
What is xml based validation in struts2?
What is the purpose of @key annotation annotation?
What is http redirect?
Explain the components of struts?
What are the major differences between html tags and strut specific html tags?