How to build a high quality Client/Server Java application – a Java Chat Client/Server example Part1
March 8th, 2006Part1 , Part2 , Part3 , Part4 ,Part5
The best way to show you how to build a high quality Java application is to take you through building one.
We are going to build a Chat application from scratch. While we are building this Chat, I will introduce many concepts to help you build a high quality application.
Ok let’s get started.
First thing is to define a scope. In other words what we are going to build.
SCOPE: The Chat application we are going to build will be a client/sever application. The client can run on its own or as an Applet. The chat application will have multiple chat rooms and features like whisper (allows a user to whisper to another user). It would also be nice to add a white board so people can draw pictures together. Streaming video/audio would also be nice. Why not throw in SSL security too.
Boy if I can build the above I would be impressed.
Java,/client/server,course,chat,sockets,network
March 8th, 2006 at 2:07 pm
[...] Part 1 [...]
March 15th, 2006 at 10:42 am
[...] Part1 Part2 [...]
March 20th, 2006 at 3:06 pm
[...] Part1,Part2,Part3, href=”http://www.greattastingjava.com/wordpress/2006/03/08/how-to-build-a-high-quality-clientserver-java-application-a-java-chat-clientserver-example-part4/”>Part4 [...]
April 6th, 2006 at 10:35 am
[...] Part1 , Part2 , Part3 , Part4 ,Part5 [...]