Instant Messaging System (Java) |
Written by Sam Moffatt
|
Sunday, 09 August 2009 |
I wrote another instant messaging system using Java that featured a server that stored a list of users and a client application designed in a modular fashion to support both a command line client and a graphical client for the system. The command line client was built and prototyped initially to help support development without requiring debugging of a GUI or other complicating factors. This code was built into a library in such a way that made its reuse easy when it came time to build the client GUI.
|