Sorry, I think your question needs more context. FYI the
first thing that I though on seeing the word "applet" is
that you were on a Mac, in which case an appropriate
link would be
here.
But it was pointed out in chatter that you are probably thinking Java applets. In that case some details about your situation are probably important. The odds are that either you are dealing with a webpage (in which case I would talk to the applet with JavaScript) or else you want to talk over a socket in which case you want to look for general client-server links (which there are plenty of) for both Java and Perl. From the point of view of both Java and Perl if you are using a socket the fact that the other side is written in a different language is irrelevant.
I am sure that there is some other work on integrating Java and Perl, but I am not familiar with it.
Anyways, if you formulate a question with more context and you are likely to get a better answer.
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.