Well, the JAVA applet is an example to show you that JAVA applets work from the users side of all.
So, your server creates the page that contains a JAVA applet (you might find it from the plenty of JAVA stuff in the web). And then the user loads that html page and the applet starts working connected with your server (just sending pings or some other thing, don't know).
From the applet's JAVA side I could inform you just what you need to know: that it works with some parameters that your server writes in the html page. The parameters that the applet needs (as any perl script). Then, with this parameters it starts working when the user loads the html page. JAVA works inside a 'sandbox' that doesn't compromise any other part of the users machine. So it is safe and should provide you with what you need at the server side.
Hope that it helps!
.{\('v')/}
_`(___)' __________________________
Wherever I lay my KNOPPIX disk, a new FREE LINUX nation could be established.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.