Javed
Posts: 15
Nickname: javedm
Registered: Aug, 2002
|
|
Re: Java C++ Socket Communication
|
Posted: Sep 4, 2002 12:29 AM
|
|
While RMI and CORBA are very good for distributed computing, we cannot rule out the possibility of sockets altogether.
It is very much possible (we are doing an application where a Flash client talks to a Java server over sockets, so I am assuming that it should be possible in C++ as well) for a C++ client to talk to a java server over sockets, but it cannot invoke a method directly. C++ can pass a request, say in XML format. Server should be able to parse the XML request, process the request and send the response back to the client in XML format.
I hope I am clear in answering your question.
|
|