Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > C++ and Java RMI

Reply
Thread Tools

C++ and Java RMI

 
 
Generic Usenet Account
Guest
Posts: n/a
 
      07-03-2003
This may sound as a ridiculous question, but is there a C++
implementation of Java RMI? In other words, is there a way for a C++
application to communicate with a Java application over RMI?

Thanks,
KP Bhat
 
Reply With Quote
 
 
 
 
Christopher Blunck
Guest
Posts: n/a
 
      07-04-2003
Hi KP-

Most (all?) EJB implementations are RMI over IIOP. IIOP is a langauge
independant protocol, which is used by CORBA. CORBA has bindings in
many languages, most notably Python and C/C++. I believe you could
get a C++ app to talk to a Java EJB using IIOP. But, since I've never
done it personally before I wouldn't swear to it.

-c

(Generic Usenet Account) wrote in message news:< >...
> This may sound as a ridiculous question, but is there a C++
> implementation of Java RMI? In other words, is there a way for a C++
> application to communicate with a Java application over RMI?
>
> Thanks,
> KP Bhat

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does java.rmi.Naming not implement interface java.rmi.Registry? Jan Schulze Java 1 03-26-2005 07:45 AM
RMI between Java 1.4 and Java 1.5 problem Fran Cottone Java 1 03-22-2005 11:47 PM
RMI Vs RMI over IIOP JScoobyCed Java 1 01-28-2005 09:54 AM
RMI, JINI or RMI/IIOP Buu Nguyen Java 1 08-25-2004 11:28 AM
Connect using Java RMI to a running Java Application vnssoftware Java 0 08-12-2004 04:51 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57