How to build a high quality Client/Server Java application – a Java Chat Client/Server example Part3
March 15th, 2006Part1 , Part2 , Part3 , Part4 ,Part5
The next example is to add a level of complexity to our first example.
The client will connect to the server, send 20 messages, and then terminate. The server will listen for a client, read messages, and print out the messages from that client until the client disconnects. Then the server will go back and wait for the next client.
After testing our new servers and clients I am now comfortable with Java.net technology. And I am ready to incorporate more.
Java,/client/server,course,chat,sockets,network
March 20th, 2006 at 3:14 pm
[...] Part1 , Part2 , Part3 , Part4 [...]
March 20th, 2006 at 6:35 pm
[...] Part1 , Part2 , Part3 , Part4 [...]
April 5th, 2006 at 12:47 pm
[...] , Part2 , Part3 , Part4,Part5 [...]
April 10th, 2006 at 2:37 pm
[...] Part1 , Part2 , Part3 , Part4 ,Part5 [...]