"[Qari Qasim]" wrote:

> Hi
> I want to use servlets with C++.
> For example, I want to get user information with servlets and then process
> that information with a set of C++ libraries. Do u think that should be
> easy.
> Thanks
> qasim
> [...]

HI :-)  you can use JNI to wrap the C++ code, and use it directly in your
Servlet class. There are also other ways, for example:
- perhaps you can use corba to wrap your  C++ code into a distribute-object,
and use it  from your Sevlet class.
- use TCP to connect Sevlet class and C++ code

Bo
June 13, 2001

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to