|
-
May 15th, 2003, 01:22 PM
#1
Thread Starter
Dazed Member
Cross language communication{Resolved}
My friend is working on a project for school and he asked my advice on how he could code an application that could communicate with programs written in another language. I told him that Sun developed an older technology called RPC(Remote Procedue Call) but im not sure if RPC is still in use. I know that RMI is commonly used for this but RMI is limited to communication between Java programs on different hosts. Any suggestions? Maybe CORBA or SOAP? Thanks.
Last edited by Dilenger4; Jun 12th, 2003 at 11:58 PM.
-
May 16th, 2003, 08:48 AM
#2
Frenzied Member
What about a simple socket connection? I have this for Java-to-C and Java-to-VB communication.
-
May 16th, 2003, 01:17 PM
#3
Thread Starter
Dazed Member
RMI just seems easier than designing and implementing a new socket based protocol for communication between the client and the server. Since the details of making the connections and transferring the data are hidden in the RMI classes it just sounds like a easier way to go. Problem is that he cant use RMI since RMI is limited to programs written in Java.
-
May 17th, 2003, 04:08 AM
#4
CORBA sounds good. After all, it's designed to do exactly that.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|