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 |
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 are the attributes of transaction in ejb?
abstract methods in SessionBean?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
List some key actors in persistence api.
what is the Relationship between EJB and CORBA architecture?
What is session bean?
What is beaninfo ?
How the container will maintain synchronization for multiple calls to the entity bean?
What are the basic and subtypes of enterprise java beans (ejb)?
Why serialization is used?
How does a container, manage access, from multiple transactions on an entity bean?