• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

example of an implementation using delegate factory, dao factory and business delegate

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
we were asked to implent a project using delegate factory, dao factory and business delegate.. but i am clueless of how to implement it. . i have gone through these models.. but getting problem in implementing it.. it would be helpful if i could get a small example using these design patterns in an example
 
Bartender
Posts: 1111
Eclipse IDE Oracle VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry we are not a code mill, https://coderanch.com/how-to/java/NotACodeMill or a homework factory (bother lost that link)

This is quite an advance project, so you must have some knowledge of java by now, do you want to discuss the 3 different terms you have been given?
 
dilip satyaraghava
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i wanted the need for them ... i could not understand going through that.. so i thought going through a small example would help my cause.. it would be helpful if i get to know why and how they are used atleast
 
Wendy L Gibbons
Bartender
Posts: 1111
Eclipse IDE Oracle VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for dao factory here is a page:
http://www.javapractices.com/topic/TopicAction.do?Id=128

http://www.codeproject.com/Articles/9268/Delegate-Factory

I will leave you to search for the other one
 
reply
    Bookmark Topic Watch Topic
  • New Topic