Communication Between Different Technologies in a Distributed Application

Posted by sjtaheri on Programmers See other posts from Programmers or by sjtaheri
Published on 2011-10-20T06:14:20Z Indexed on 2011/11/15 18:07 UTC
Read the original article Hit count: 203

Filed under:
|
|

I had to a incorporate several legacy applications and services in a network-distributed application. The existing services and applications are written using different languages and technologies, including: java, C#.Net and C++; all running on MS Windows machines. Now I'm wondering about the communication mechanism between them. What is the simple and standard way? Thanks! PS. communications include simple message sending and remote method invocations.

© Programmers or respective owner

Related posts about communication

Related posts about soa