Use common-httpclient in you applet to do GET/POST operation from inside
the applet. Server side, all you need is a servlet or JSP that
understand the requests from your applet.
http://jakarta.apache.org/commons/httpclient/
En l'instant précis du 02/12/07 10:15, Teh Noranis Mohd Aris s'exprimait
Dear all,
How can my applet communicate with JSP using POST and GET? I have an applet
with a Save button to save data in a file at Apache Tomcat server. The applet
also contain JTextField to input the file name and JTextArea to input the text
to be saved. How can the applet and JSP communi