Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 95015 invoked from network); 12 Feb 2007 09:42:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 09:42:59 -0000 Received: (qmail 87339 invoked by uid 500); 12 Feb 2007 09:42:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 87316 invoked by uid 500); 12 Feb 2007 09:42:53 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 87304 invoked by uid 99); 12 Feb 2007 09:42:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 01:42:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of David.Delbecq@oma.be designates 193.190.231.71 as permitted sender) Received: from [193.190.231.71] (HELO bonnie.oma.be) (193.190.231.71) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 01:42:43 -0800 Received: from [193.190.249.120] (bonnie.oma.be [193.190.231.71]) by bonnie.oma.be (8.11.1 (Revision 1.5) /8.11.1) with ESMTP id l1C9gLK14657 for ; Mon, 12 Feb 2007 09:42:21 GMT Message-ID: <45D036BB.3030702@oma.be> Date: Mon, 12 Feb 2007 10:43:23 +0100 From: David Delbecq User-Agent: Thunderbird 1.5.0.9 (X11/20070103) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Applet to JSP communication References: <20070212091548.20699.qmail@web53802.mail.yahoo.com> In-Reply-To: <20070212091548.20699.qmail@web53802.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org 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 en ces termes: > 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 communicate? Can anyone please e-mail me the source code? Thank you so much. > > Yours Sincerely, > TEH NORANIS > > > --------------------------------- > Don't get soaked. Take a quick peak at the forecast > with theYahoo! Search weather shortcut. > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org