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 |
Mention the three levels for applying interceptor methods.
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
whatis the diff between ejb and servlet/jsp
How is an entity bean created?
What is the full form of ejb in java?
How EJB and JDBC/SQLJ are related?
What is ejb home object?
What is the TX operational difference between Session Bean and Entity Bean?
What is ejb client?
Using Container managed entity bean, how an entity bean can be created?
What are the design goals of EJB Architecture?
What is mdb in ejb?