Re: Getting Two Java Applets to Communicate with Each Other
- From: Roedy Green <look-on@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 03:24:49 GMT
On Wed, 31 Aug 2005 01:50:25 GMT, Andrew Thompson
<SeeMySites@xxxxxxxxxxx> wrote or quoted :
>..I do not understand how the AppletContext can be used here.
>The context is not guaranteed to be the same in different frames
>of a web page, let alone for another applet at 'a potentially
>distant location'.
Sorry, the communication I described is between Applets at potentially
distant locations on the same page. There are other techniques for
Applet communication on different pages. See
http://mindprod.com/jgloss/persistence.html
If the Applets are running in different machines, they will have to
set up sockets or send datagrams to each other, or communicate via a
server. For direct Applet to Applet communication you will need to
sign the Applets.
There are many possibilities for communication:
see http://mindprod.com/jgloss/remotefileaccess.html
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
.
- Follow-Ups:
- Re: Getting Two Java Applets to Communicate with Each Other
- From: Andrew Thompson
- Re: Getting Two Java Applets to Communicate with Each Other
- References:
- Getting Two Java Applets to Communicate with Each Other
- From: kvnsmnsn
- Re: Getting Two Java Applets to Communicate with Each Other
- From: Roedy Green
- Re: Getting Two Java Applets to Communicate with Each Other
- From: Andrew Thompson
- Getting Two Java Applets to Communicate with Each Other
- Prev by Date: Re: how to detect a hard link in Java?
- Next by Date: Re: Exception NumberFormatException when creating an instance of JFileChooser
- Previous by thread: Re: Getting Two Java Applets to Communicate with Each Other
- Next by thread: Re: Getting Two Java Applets to Communicate with Each Other
- Index(es):
Relevant Pages
|