|
RMI: Java Remote Method Invocation allows for making remote method
calls against Java objects running on other Java.Virtual Machines
RMI-IIOP: Java Remote Method Invocation API over Internet Inter-ORB
Protocol used to allow RMI calls to methods on CORBA objects (often
written in C++ or COBOL) using the IIOP protocol.
Additional Resources
|