How bean-managed transactions will work?
Answer / guest
When a bean with bean managed transactions is invoked, the
container suspends any current transaction in the client?s
context. In its method implementation, the bean initiates
the transaction through the JTA UserTransaction interface.
In stateful beans, the container associates the bean
instance with the same transaction context across subsequent
method calls until the bean explicitly completes the
transaction. However, stateless beans aren?t allowed to
maintain transaction context across method calls. Each
method invocation must complete any transaction it initiates.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ejb in java with example?
What is an entity manager?
Enlist the CallBack methods of Session Bean?
How does ejb invocation take place?
What is difference between ejb 1.1 and ejb 2.0?
What is ejb technology?
TX operation funtion executed by?
Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
Explain the concept of ejb ql?
Describe client view of an Enterprise JavaBeans component?
what is a ejb architecture? and overview of ejb software architecture?