What is the difference between EJB and RMI

Questions by amitkumar

Showing Answers 1 - 1 of 1 Answers

tejaswee

  • May 16th, 2006
 

Dear,

 

Both of them are java solution for distributed computing.

 

RMI offers remote access to an object running in another JVM and no other services.

 

But EJB offers far more services than RMI apart from remote method calling. EJB leverages this remote-object feature of RMI and ORB (RMI-IIOP) which can be called by any COBRA client, but also provides other services such as persistence, transaction management, security, resource management, object pooling and messaging.

 

Cheer's

Tejaswee Premchand

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions