Hi, Friends,
I have a servlet (DataServlet) which is designed to connect to a database.
On the client end, a standard html FORM with METHOD="GET" can get data from
DataServlet for an applet which does some data processing. Now I want to
convert the applet into a servlet(AppServlet) and run it on the server side
and only send the processed result to the browser for display. Now both
DataServlet and AppServlet will run at the same subdirectory on the server.
My question is, without any change in DataServlet, how can I get data for
AppServlet from the DataServlet? Can I send a standard http request from
AppServlet to DataServlet? (I did some tests but it didn't work) Or are
there any other better ways? Any information or suggestions are greatly
appreciated!
Regards
Bob
___________________________________________________________________________
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