In A Class

The Aim

The aim of this section is to produce extremely lightweight implementations of some common server applications, such as email servers, webservers, and so on. The goal is twofold:

  1. To provide developers with very lightweight implementations to use during their own
  2. To demostrate the fundamentals of current java API usage

It is hoped that by distilling the essentials into a single class, developers will feel more at ease with the various techniques used in larger implementations. Hopefully these examples are so simple as to be readily understandable.

The Implementations

Currently there is only one implementation, that of a smtp/pop3 email server here.