How can my CORBA client (written in C++) communicate with an RMI server using the RMI/IIOP mechanism?
Created May 4, 2012
Davanum Srinivas The following article has samples for a CORBA/C++ Server, CORBA/C++ Client, Java-RMI based Server and a Java-RMI based client. With this you can test interoperability between the Java-RMI and C++/CORBA implementations.