Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
C++ to Java Servlet communication
Posted by Sujan Kapadia on April 11, 2001 at 3:39 PM
Hello. I was wondering if anybody out there knows how to write C++ code that will communicate with servlets (make a request to a servlet and then get the response). I have not done socket programming before so if there are any libraries (that do http socket stuff) that can achieve this in C++ i would appreciate it if somebody could point those libraries out. Also does JNI come into play with this, I heard other people talkinga about it when doing C++ stuff. Thank you for your time. Sujan Kapadia
Replies:
|