Hi Radhika, The DAO(Data Access Objects) is the Java Design Pattern that governs on how you want your remote application / client to access the DB objects that you have control on. The Objects that help in this design are called Data Transfer Objects. Clients make use of DTObjects to communicate with your App / Service for Database purposes.
For more information visit : http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html Thanks, Ashok A V On Fri, Jul 31, 2009 at 10:27 AM, Radhika.K<[email protected]> wrote: > Can, anyone explain the differences between DTO and DAO. > > It would be better if explained with an example. > > > > Thanks & Regards, > > Radhika.K > > > > > > -- Victory belongs to the most persevering. - Napoleon --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
