aspose file tools
The moose likes Distributed Java and the fly likes Can we call RMI tghrough C++ Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Can we call RMI tghrough C++" Watch "Can we call RMI tghrough C++" New topic
Author

Can we call RMI tghrough C++

gagan narula
Greenhorn

Joined: Nov 05, 2006
Posts: 18
can we call rmi method tghrough c++ if yes then how
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35232
    
    7
I think the answer is yes, if instead of JRMP (which is a Java-only protocol) the IIOP protocol is used. Although, come to think of it, this may only work if Corba is used, I'm not quite sure.


Android appsImageJ pluginsJava web charts
Peter Chase
Ranch Hand

Joined: Oct 30, 2001
Posts: 1970
Sun article on RMI-IIOP


Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.<br /> <br />#:^P
gagan narula
Greenhorn

Joined: Nov 05, 2006
Posts: 18
thanks for your rep
gagan narula
Greenhorn

Joined: Nov 05, 2006
Posts: 18
hi peter can you please send me some demo related to that.
Peter Chase
Ranch Hand

Joined: Oct 30, 2001
Posts: 1970
Sorry, I haven't actually used RMI-IIOP (though I have used CORBA a lot), so I can't help further.

Google is your friend in such circumstances.
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Can we call RMI tghrough C++
 
Similar Threads
can we serialize InputStream and OutputStream object?
SCAE - Question regarding consuming C++ applicaiton in Java
refrance variable clearance required..
Socket server on weblogic
C++ call to Java