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


Please Help Members By Posting Answers For Below Questions

When do I need “struts.jar” on my classpath?

543


What is struts in java with example?

515


What are the components of struts framework?

592


What is the purpose of @before annotation?

589


What are action errors?

572






how to debug struts project in netbean ?

1924


In struts, how can we access java beans and their properties?

563


How is a lookup dispatch action created?

536


What is the purpose of @expressionvalidator annotation?

596


How many action classes can be used in struts application?

515


What is the purpose of dispatcher result type?

555


What is action chaining ?

643


what is ACID test for fresh engineers??what is the pattern??

2372


What is struts2 in java?

537


How do you create message resource?

589