Applet Servlet communication advanced
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.
Re: Applet Servlet communication advanced
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