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 to increase ejb transaction timeout in weblogic?
Basic types of Enterprise JavaBeans?
How does EJB 2.0 improve support for interoperability between EJB containers and other J2EE products?
What are the basic and subtypes of enterprise java beans (ejb)?
what is current EJB version?
How to import ejb project in eclipse?
whatis the diff between ejb and servlet/jsp
What is bean in ejb?
What is mdb?
What is ejbdoclet?
What are the benefits of ejb?
What is the difference between Session bean and Entity bean?one?