How the container will maintain synchronization for
multiple calls to the entity bean?
Answer Posted / mohan
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 |
Post New Answer View All Answers
What changes have been made in ejb 2.0 specifications?
Define Initial Context?
How can a session bean be configured for transactions of bean-managed?
How to create ejb project in eclipse?
What do you mean by EJB architecture?
What is enterprise javabeans (ejb) container?
What is difference between ejb 1.1 and ejb 2.0?
What is stateless session bean?
Is functional programming stateless?
Enlist the CallBack methods of Session Bean?
What do you understand by session facade?
Why do we use @requestmapping?
What are the differences between ejb 3.0 and ejb 2.0?
How many enterprise beans?
What are the system services of ejb container?