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



Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment ..

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

Can we write the Remote and Local Interfaces in one Bean. How do you define it in the deployment ..

Answer / sathish babu

yes.we define the deployement descriptor to mention the two
beans.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

How Stateful Session bean will store its State ?

1 Answers  


Explain the concept of local interfaces?

0 Answers  


How do you decide whether you should use session, entity or message driven bean?

0 Answers  


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.

0 Answers  


What’s the difference between hibernate and ejb 3?

0 Answers  


Tell me difference between Container managed persistent bean & Bean managed persistent bean?

1 Answers   KPIT,


What is session facade in ejb?

0 Answers  


Is having static initializer blocks legal in ejb?

0 Answers  


what is a ejb architecture? and overview of ejb software architecture?

1 Answers  


What are the callback annotations for entity bean?

0 Answers  


What is ptp model?

0 Answers  


What is entity bean in ejb?

0 Answers  


Categories