Hi,

The SetUp is like this : An Applet connecting to a Servlet (here there may
be Servlet to Servlets communication) , the Servlet connected to a C/C++
Application.
The  Applet is  basically is the user interface, the input from the Applet
is received by the Servlet ( this would be Applet-Servlet Communication).
The
Servlet then passes this information to the C/C++ Application. The
Application processes the data and sends some Result to the Servlet, which
is inturn returned
by the Servlet to the Applet.

Is it possible for Servlets to interface with some API or Application. If
so, how can  this be done.

Please throw some light on this, are there any such examples which can be
looked into.

Thanks in Advance.

___________________________________________________________________________
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