Answer Posted / 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 |
Post New Answer View All Answers
In what format is the conversational data written to the disk?
what is the Relationship between EJB and CORBA architecture?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is @injectmock?
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What are stateless applications?
What are the various types of entity beam?
What are the callback annotations for the stateless bean?
What is Enterprise JavaBeans (EJB)?
Is functional programming stateless?
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 are the different types of ejb?
What is entity beans in ejb with example?
What is ejb application?
What is the difference between Session bean and Entity bean?one?