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 |
How Stateful Session bean will store its State ?
Explain the concept of local interfaces?
How do you decide whether you should use session, entity or message driven bean?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
What’s the difference between hibernate and ejb 3?
Tell me difference between Container managed persistent bean & Bean managed persistent bean?
What is session facade in ejb?
Is having static initializer blocks legal in ejb?
what is a ejb architecture? and overview of ejb software architecture?
What are the callback annotations for entity bean?
What is ptp model?
What is entity bean in ejb?