Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference between business delegate and data access
object(dao)? in java?

Answer Posted / nrayakwar

Both are different design pettern. name drives their
functionality.
Business Delegate : it is used decouple presentation and
business layer. it avoids to intract presentation client to
understand your business services.

Data Access Object : DAO is used on database layer,
generally it is used to avoid database intraction by EJB or
Business Object. it is used to retreive and store data.
mostly I preferred, DAO is used with Value Objects

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by class loader? How many types are there?

1329


Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

1373


Can we overload the methods by making them static?

1047


Why are generics used?

1033


What is java developer skills?

1026


What do you mean by global variable?

998


What is difference between static variable and global variable?

1117


What is the difference between declaration and definition in java?

1157


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

1018


What is the difference between the final method and abstract method?

1119


What is pre increment and post increment in java?

1035


When do you call copy constructor?

1026


Explain about fail safe iterators in java?

1081


What is strings in java?

1091


What is empty string literal in java?

1109