Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Perl with Java applet

by Ben Win Lue (Friar)
on Jun 06, 2005 at 12:26 UTC ( [id://463888]=note: print w/replies, xml ) Need Help??


in reply to Perl with Java applet

Depends on your applet...
Normally applets receive their parameters in the HTML-Code, that is calling them. The way the data is passed (e.g. Parameter names) should be specified in your applet.

Replies are listed 'Best First'.
Re^2: Perl with Java applet
by Anonymous Monk on Jun 06, 2005 at 12:43 UTC
    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

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://463888]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found