Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

inter process communication between Java and C++

807591Feb 29 2008 — edited Feb 29 2008
Hi,

I'm building a java web service, which in turn relies on the service from a C++ daemon. The web service and the C++ daemon live on a same Linux machine, and the web service will be deployed in tomcat. I wonder how my java web service can talk to the C++ piece? I'm thinking of a socket concept a the link between these two, but am unsure if it is the right way to go?

Any comments? thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 28 2008
Added on Feb 29 2008
2 comments
383 views