in reply to Perl with Java applet
There are a couple of ways to get information to a Java Applet. The simplest is through the HTML <param> element.
Failing that you will most likely be looking at opening a new network connection from the Applet to the server. One approach could be through the use of a Perl SOAP server and a Java SOAP client.
|
|---|