• 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

Part I - Application Controller, Business Object, Composite Entity, Domain Store

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ranchers,

I'm preparing for my exam tomorrow, but still have some questions about new J2EE patterns: Application Controller; Business Object, Composite Entity.
Does anyone have good examples on where these might be used and how and how
- Application Controller is different from Front Controller or Service to Worker. When one would use it.
- Business object different from Application Service, Composite Entity or Facade. When one would use it.
- Composite Entity is different from DAO or Domain Store (it says Composite Entity encapsulates the physical DB design). When one would use it.
- When one would use Domain Store?

Thank you,

Henry
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic