Can we write the Remote and Local Interfaces in one Bean.
How do you define it in the deployment descriptor.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sathish babu
yes.we define the deployement descriptor to mention the two
beans.
| Is This Answer Correct ? | 0 Yes | 0 No |
Life Cyle methods in Entity Bean with Container Managed persistence
Is functional programming stateless?
Can remove() be a Stateless Session bean?
TX operation funtion executed by?
What is an ejb container?
Is method overloading allowed in ejb?
What are the system services of ejb container?
what is the difference between stateless and stateful sessions?
What are the key features of the ejb technology?
What is Session Bean Interface?
EJB containers supports what kind of transaction attributes?
What do you mean by EJB architecture?