Provides a basic and generic support for JAC thin clients.

The main class of this package is the AbstractServer class. It defines all the methods that a programmer should implement to support any kind of thin client that respects the Jac Thinclient Protocol (JTP) specifications.

The JTP defines 6 requests. All of them takes as a first parameter the session ID (sid) that must be unique for each client.

As a simple instance, you can refer to the org.objectweb.jac.aspects.gui.WebGui class that implements a server for WEB clients (a simple kind of thin clients).

Related Documentation

For overviews, sources, tutorials, examples, guides, and tool documentation, please see: