1.

What Is Rmi - Iiop?

Answer»
  1. Remote Method Invocation over Internet Inter-Orb Protocol (RMI-IIOP). 
  2. RMI is a JAVA standard for providing distributed object communication between TWO Java OBJECTS
  3. In order to provide maximum interoperability between elements that may not be WRITTEN in Java (such as an EJB container), the J2EE platform stipulates that the language-independent Internet Inter-Orb Protocol (IIOP) be used.
  4. IIOP is an element of the CORBA (Common Object REQUEST Broker Architecture) standard that is defined by the OMG.



Discussion

No Comment Found