Java Applet Instant Messenging

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
The Monkey
Forum Contributor
Posts: 168
Joined: Tue Mar 09, 2004 9:05 am
Location: Arkansas, USA

Java Applet Instant Messenging

Post by The Monkey »

Hello there,

After searching on Google for some time, I haven't come up with anything better than a "Hello World" example with Java. What I'm interested in doing is setting up a system on my website that allows users to private message each other: A global chat room is not wanted, I only want users to be able to instant message each other via the website. Don't ask me to explain my reasons, it's a long story.

Anyway, does anybody know of any forums or tutorials that would at least point me in the right direction? I've looked at the Java syntax, and it isn't that scary. I'm more than willing to get my hands dirty and program this function myself. I'd rather, actually, for the experience.

Would you all mind pointing me to some good resources and message boards related to what I'm contemplating?

- Monkey
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Try looking at the source for some java IRC applets as that should have a lot of stuff that you would need to have - just need to change the socket connection/protocol from irc to using your server.
Post Reply