How enterprise beans will handle concurrent and loopback
calls on entity beans?
Answer Posted / niranjanravi
through Re-entrant
we have to specify in the deployment descriptor whether
athey are re-entrant true/false
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
What is pub/sub model?
What does @inject mean in java?
What are the attributes of transaction in ejb?
What are ejb components?
What is an ejb context?
What’s the difference between hibernate and ejb 3?
What happens when I change a value in the httpsession from inside an ejb?
What is Session Bean Interface?
Enlist the enterprise beans types?
Should services be stateless?
Can more than a single table be mapped in cmp?
What is stateless authentication?
What is ejb and its architecture?
Is it possible to share an httpsession between a jsp and ejb?