Can we write the Remote and Local Interfaces in one Bean.
How do you define it in the deployment descriptor.
Answer Posted / harish
Local Interfaces can?t be accessed outside the world.
Those interfaces can be accessed by the entity which are in
the same EJB Container. Using which you can reduce the
network traffic.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Differentiate ‘Stateful Session’ from ‘Entity Bean’ ?
What is mdb in ejb?
What are transaction isolation levels in ejb?
Is ejb a framework?
What are the callback annotations for the stateless bean?
What is ejb 3?
What is dependency injection in ejb?
Can EJB made to handle multiple transactions?
Why should we use ejb?
Define Context?
What is ejb javatpoint?
What is backing bean?
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?
How ejb invocation happens?
What are ejb containers?