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 can a CORBA object, accessed from a EJB?
when deploying an EJB, does it possible to specify multiple JNDI names?
Name the acid properties of a transaction.
What is an entity and its types?
What is the procedure for the presentation of ejb persistence mechanism?
can we stop the execution of a method before completion?
What are different Methods and Classes written in a Session Bean
What is stateless authentication?
What is ejb in java?
What Is EJB Clustering? Explain the Functionality?
1 Answers Business Architectures, College School Exams Tests, HCL,
Is state maintained by a Stateless bean?
Who took over ejb?