Can stateful session beans are persistent?
Answers were Sorted based on User's Feedback
Answer / guest
Session beans are not designed to be persistent, whether
stateful or stateless. A stateful session bean instance
typically can?t survive system failures and other
destructive events
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat
Session Beans have Business Logic.
Entity Beans supports the persistent logic and
MessageDriven Beans have asynchronuous communication.
EJB2.1 does not support hibernate and frame
works,Inheritance.
Is This Answer Correct ? | 0 Yes | 0 No |
What is ejb and its types?
What is ejb and its architecture?
How to create ejb project in eclipse?
How to invoke ejb from java client?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
How entity beans support container managed persistence?
What is difference between ejb and spring?
What is use of @postconstruct?
Explain the concept of connection pooling feature of ejb container?
How does ejb work in java?
Is having static initializer blocks legal in ejb?
How is ejb different from java beans?