Re: Getting Two Java Applets to Communicate with Each Other



On Wed, 31 Aug 2005 00:45:35 GMT, Roedy Green wrote:

> On 30 Aug 2005 14:38:54 -0700, kvnsmnsn@xxxxxxxxxxx wrote or quoted :
>
>>Is there a way in Java to write two applets in which one user using
>>one applet can send messages to be read by another user using the
>>other applet, at a potentially distant location?
>
> Yes. Once you have the AppletContext

...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'.

To the OP, could you tell us. Do you mean communicate between
applets on different PC's?

--
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
"If no one out there understands, start your own revolution and cut out the
middle man."
Billy Bragg 'Waiting For The Great Leap Forward'
.



Relevant Pages