I just started learning Java.
I need to make a chat messenger project in java for my college project.
The messenger should be able to send messages,add persons to chat and to see who is online.
I have only one month of time for my project.
Please tell me how to start and what tutorials to follow so that i will be able to make this project on my own.
(I know c++ and can put my full attention towards this project)
Reply soon.
Thanks

Recommended Answers

All 3 Replies

If you search DaniWeb for Java Chat you will find lots of discussions abou this topic, including the kinds of problems people encounter and how they can be solved.

But the one thing you are certain to need is a multi-threaded server using Sockets. This tutorial is excellent...
http://www.oracle.com/technetwork/java/socket-140484.html

hmm, tbh I'd go a few rungs up the ladder and use something like JMS to handle most of the nitty gritty details for me...

First you say:

I just started learning Java.
directly followed by:
I need to make a chat messenger project in java for my college project.

very counter productive. you would do better to first learn Java.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.