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 |
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
Which services are provided to ejb components by the ejb container?
Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.
Is ejb a framework?
What is ejb framework?
Is having static initializer blocks legal in ejb?
Can beans who are involved in transaction have 'passivation' process?
What is entity beans in ejb with example?
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.
What is the procedure of ejb container to handle exceptions?
What is ejb and why it is used?
How EJB and JDBC/SQLJ are related?