in reply to Re: Perl with Java applet
in thread Perl with Java applet

Could the applet passed the data back to Perl? I mean the data might be modified, so could the modified data pass back to perl and updated MySQL

Replies are listed 'Best First'.
Re^3: Perl with Java applet
by dorward (Curate) on Jun 06, 2005 at 13:33 UTC

    Passing data with param is strictly one way. To send data from the applet back to the server you'll need to start making HTTP requests from the applet (possibly via SOAP as I mentioned before), or running some other server software running whatever protocol you want.