Overview
This is a set of programs I wrote to teach a class in design. It consists of a web server, an echo server, and a client to test the echo server. The main point of these programs is not the program itself, but rather the design of the programs.
Features
- Web Server (HTTP/1.0 protocol, only text/html content type supported)
- Echo Server
- Echo Client (simulates multiple people by spawning multiple threads that make multiple requests)
- Ant Build File
- Open Source
- Demonstrates design patterns Singleton and Static Factory.
License
Licensed under the GNU General Public License.
Learn more about GNU and free software at http://www.gnu.org/.
Download
jweb.zip (59 KB)