• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Basic EJB Doubts

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
According to the EJB Specification,
-Entity beans are shared access to the clients. What is it mean?.
- What is Conversational State in Stateful Session Bean?.
- Where and when should i use session bean?. Where and when shouldn't i use session bean?.
- Where and when should i use Entity bean with CMP?.
- Where and when should i use Entity bean with BMP?.
Can anyone explain with example?.
Plz.
Regards,
Senthamizh
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best would be to refer to "Core J2EE Patterns: Best Practices and Design Strategies".
It is a very good book which explains in clear details about if we use entity bean or the session bean.
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree, and you might also want to take a look at an EJB book such as "Mastering EJB" that can be found in PDF format on http://www.theserverside.com.
BTW, Senthamizh, can you take a quick look at the naming policy and edit your profile accordingly.
Cheers
Simon
 
Are we home yet? Wait, did we forget the tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic