What is the difference between RMI & Corba

Showing Answers 1 - 1 of 1 Answers

Pattukkottai Arun

  • Jul 22nd, 2005
 

RMI is completely Java based, where CORBA is language independant. There are many adapters for CORBA, and programs can call processes written in any language that has a CORBA interface. CORBA has many more features documented in the specification than just process communication. RMI is easier to implement if you already know Java - it looks just the same as calling a process locally - but it's limited to only calling other Java applications

  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