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

What is ejb home object?

0 Answers  


Difference between container-managed & bean-managed persistence?

2 Answers  


absract methods in EntityBean ?

1 Answers  


Why is ejb used?

0 Answers  


what is mean by OLE ? Please answer me. Advance thanks.

0 Answers   Excel,






What is Entity Bean and Session Bean?

1 Answers   KPIT,


Explain what is an EJB Context?

0 Answers   BirlaSoft,


Define EAR, WAR and JAR ?

0 Answers  


What is an entity manager?

0 Answers  


What is the difference between ejbcreate() and ejbpostcreate?

0 Answers  


Is it possible to write two EJBs that have different bean classes, but they share same Remote interface and Home interfaces?

1 Answers  


What is mdb in ejb?

0 Answers  


Categories