How stateful session beans will maintain consistency,
across transaction updates?
Answer Posted / guest
Stateful session beans maintain data consistency by updating
their fields each time a transaction is committed.To keep
informed of changes in transation status, a stateful session
bean implements the SessionSynchronization interface.The
Container then calls methods of this interface as it
initiates and completes transactions involving the bean.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Elucidate callback in ejb?
How to generate ejb stubs in eclipse?
What are the callback annotations for the stateless bean?
What is ejb and its architecture?
What are transaction isolation levels in ejb?
What is the difference between ejb and java beans?
What is ejb and its uses?
Can an ejb send asynchronous notifications to its clients?
What does @singleton annotation do?
What is the default transaction attribute for an ejb?
What is message-driven bean?
Why do we need ejb in java?
What were entity beans?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
Explain the concept of connection pooling feature of ejb container?