How does a container, manage access, from multiple
transactions on an entity bean?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are ejbs used for?

498


What is ejb framework?

556


Is soap stateless or stateful?

526


Enlist the changes in EJB 2.1 ?

573


What do you mean by ejbdoclet?

625






What is an ejb context?

562


What is remote interface in ejb?

529


Mention the three levels for applying interceptor methods.

534


can u explain about design patterns like singleton,builder,factory

1889


What are the types of ejb?

541


Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?

511


What is ejb 3?

527


Which services are provided to ejb components by the ejb container?

724


What is the difference between ejb and spring?

526


How does ejb invocation happens?

548