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
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 stateless authentication?
Write down the steps for the creation of stateless ejb.
What is ejb 3?
What is bean in ejb?
What is a stateless session?
What does it mean to be stateless?
How to determine, that beans are TX or not?
Which services are provided to ejb components by the ejb container?
How does ejb invocation happens?
Is having static initializer blocks legal in ejb?
Why is ftp stateful?
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
How to invoke ejb from java client?
What is the purpose of ejb in java?