• 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

Questions of Design

 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Has EJB2.0 solved the entity bean's performance
problems?
When should I choose which of the following
designs based on EJB2.0?
SessionEJB->EntityEJB(CMP)
SessionEJB->EntityEJB(BMP)
SessionEJB->DAO
What are the pros anc cons on above designs in
terms of scalability, manageability, performance,
...?
Thanks.
 
Ranch Hand
Posts: 188
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If nobody answers this question directly, perhaps you can spend time reading some problem/context which are relevant to your project needs.....then you can decide on your strategies.
The pdf is available...
http://www.theserverside.com/books/EJBDesignPatterns/index.jsp
 
reply
    Bookmark Topic Watch Topic
  • New Topic