How does a container, manage access, from multiple
transactions on an entity bean?
Answer / guest
Containers manage multiple transactions in one of two ways.
First, the container can instantiate multiple instances of
the bean and let the transaction management of the DBMS
handle transaction processing issues. Or, the container can
acquire an exclusive lock on the instance?s state in the
database, and serialize access from multiple transactions to
this instance
| Is This Answer Correct ? | 0 Yes | 0 No |
How is an entity bean created?
Why is ejb needed?
How to increase ejb transaction timeout in weblogic?
what are the classes you used in Beans?
What is remote interface in ejb?
What is backing bean?
What are the transaction management benefits of the EJB architecture?
Why serialization is used?
What is difference between ejb 1.1 and ejb 2.0?
How many enterprise beans?
What is ejb role in j2ee?
Which is the only method defined in the javax.ejb.handle interface?