How the container will maintain synchronization for
multiple calls to the entity bean?
by the way to persist any thing in EJB we have to careful
about other thread are also accessing resource.We need the
help of the transaction isolation while writing.There is a
level called 'Serializable'.So by using this the resource
will allow one after another to write to the same resource;
| Is This Answer Correct ? | 0 Yes | 3 No |
Define Clone?
How is ejb different from java beans?
What is ejb context?
What are the various types of entity beam?
Explain the concept of local interfaces?
Why do we use @requestmapping?
How entity beans support container managed persistence?
Explain transaction and various methods to manage it?
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.
Is soap stateless or stateful?
How can one EJB be called from within another EJB?
What is entity beans in ejb with example?