Results 1 to 4 of 4

Thread: Cross language communication{Resolved}

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    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.

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177
    What about a simple socket connection? I have this for Java-to-C and Java-to-VB communication.

  3. #3

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    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.

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width