| Author |
Connecting to Java RMI service from C++
|
Raees Uzhunnan
Ranch Hand
Joined: Aug 15, 2002
Posts: 126
|
|
All, Is there a way to connect to a Java RMI server from c++ ( without using a client side JVM ) Thanks Raees
|
Sun Certified Enterprise Architect
Java Technology Blog
|
 |
Edward Harned
Ranch Hand
Joined: Sep 19, 2005
Posts: 290
|
|
Look into RMI IIOP in the Java API. It's easy to set up an RMI-IIOP server. Look into CORBA here: CORBA
|
Ed's latest article: A Java Parallel Calamity http://coopsoft.com/ar/Calamity2Article.html
|
 |
Pat Farrell
Rancher
Joined: Aug 11, 2007
Posts: 4442
|
|
Originally posted by Edward Harned: Look into RMI IIOP in the Java API. It's easy to set up an RMI-IIOP server. Look into CORBA here: CORBA
I didn't know about RMI IIOP, thanks for the pointer. I was going to respond to the OP that this sure sounds like what Corba was designed for.
|
 |
 |
|
|
subject: Connecting to Java RMI service from C++
|
|
|