What is the difference between Java RMI and RMI IIOP?

Showing Answers 1 - 3 of 3 Answers

Java RMI technology runs over RMI-IIOP delivers Common Object Request Broker Architecture (CORBA) distributed computing capabilities to the Java 2 platform.RMI over IIOP provides the ability to write CORBA applications for the Java platform without learning CORBA Interface Definition Language (IDL). RMI over IIOP includes the full functionality of a CORBA Object Request Broker (ORB) and combines the best features of Java Remote Method Invocation (RMI) with the best features of CORBA.

  Was this answer useful?  Yes

nithyananthan

  • Sep 4th, 2006
 

this is a good web site. thank you very much.

  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