How stateful session beans will maintain consistency,
across transaction updates?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / uma
probably it may be due to its activation and passivation
concepts.
i am not sure. just reply back with the corrections and
comments,
my mail id uma_rr@sify.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Is microservice stateless?
How does ejb work in java?
what is an ejb object?
5 Answers Bally Technologies, HCL, Siemens,
Is having static initializer blocks legal in ejb?
What are ejb containers?
Which is the only method defined in the javax.ejb.handle interface?
What is @resource in java?
Enlist the declarative transaction types?
Is ejbCreate() method mandatory while defining a Session Bean?
What is stateless authentication?
How to connect to a specific enterprise bean?
Is functional programming stateless?