Search code examples
javacorba

corba implementations where are they found


Corba is a specification and is rmi a corba implementation ?


Solution

  • No, RMI has nothing to do with CORBA, they two are completely different. However, RMI can be configured to use the CORBA IIOP wire protocol, if required, but this is legacy stuff.

    The Sun JRE ships with a CORBA implementation, accessed via the org.omg package.