Applet to Applet socketeering

Hi,

I'm almost totally new to networking programming so I have a really simple question to ask: How can I have an applet running in a browser on one computer open a socket to another instance of that applet running on another computer?

I guess I just need a tutorial or example or something. I'm fairly proficient with Java so don't worry about dumbing down the syntax. I already went through the Sun tutorial that teaches you how to download yahoo.com/index.html if that's any help.

Thanks

Neal

[530 byte] By [Nialsha] at [2007-11-27 5:42:52]
# 1
socketeering? Interesting new word.Anyway, sorry to shatter your dreams but this won't be happening (applet-to-applet communication) for security reasons.
cotton.ma at 2007-7-12 15:21:54 > top of Java-index,Core,Core APIs...
# 2
hmm...Well I know there's a way to send info out of one applet and into another. Does that mean I have to go through a server or something?
Nialsha at 2007-7-12 15:21:54 > top of Java-index,Core,Core APIs...
# 3

> hmm...

>

> Well I know there's a way to send info out of one

> applet and into another.

Not directly no.

> Does that mean I have to go

> through a server or something?

yes.

You have to have the server act as an intermediary.

cotton.ma at 2007-7-12 15:21:54 > top of Java-index,Core,Core APIs...
# 4

Okay well I know next to nothing about servers.

I have a subdomain on my brother's site that supports ftp. I believe it's hosted by these guys: http://www.1asphost.com/

It seems like the easiest thing is to run a Java program on the server that orchestrates everything.

Is my subdomain enough or do I need to look for something else? Also, how do I get the server to execute it?

Nialsha at 2007-7-12 15:21:54 > top of Java-index,Core,Core APIs...