Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Chat Application in Java

Status
Not open for further replies.

shruti18

MIS
Jun 22, 2005
30
US
Hello,
I want to create a Chat Application in Java.
I would like to create a server and client and any messages that need to be sent between one client to another is to be done via the server.
Could anyone give suggestions on how to do this?
Thank You!
 
I'd forget about CORBA - its a fairly outdated concept these days, and only really worth looking at if you have a legacy application that speaks it, and you need to interface with it.

You could also look into XMLRPC too.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Yoy say CORBA is out of date to suggest RPC? :p

Now seriously, I don't think the CORBA concept is out of date. Today there a lot of attempts to make interoperable architectures to connect heterogeneus systems. They claim to be brand new concepts, but there are just CORBA implementatios with a little less overhead.

I'd suggest sockets, it's a very good place to start since the knowledge can be applied to a lot of languages, while RMI is more just Java.

Cheers,
Dian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top