Click to See Complete Forum and Search --> : Applet Servlet communication advanced


Monika
May 1st, 2000, 12:34 AM
How to call a servlet from an applet(parameters to be sent also).
Then how to read parameters from a servlet sent by the applet?
And then finally generate an HTML page from within the servlet
to be sent back for display in the place of the applet that called it.

kib63613
May 2nd, 2000, 01:49 AM
This is not the topic that can be described completely in the brief article posted. I suggest that you
may consider two books, Java Servlet programming by Oreilly, and Java Server Programming by
wrox, which both have the chapter which mention the communication between applet and servlet.
good luck,
Alfred Wu