W3C

Jigsaw Overview

Jigsaw is a full blown HTTP server. It is entirely written in Java. Its design goals were:

Portability
The Jigsaw server will run on any machine running Java.
Extensibility
The server can be extended by writting new resource objects. This is a replacement for CGI, were server extensions have to be written as processes (of course, CGI are handled too).
Efficiency
The design has been done in such way to minimize file system accesses. By using some caching mechanisms, the server will reduce file system accesses (eventually to the point that most requested documents serving will require no file system access.).

NEWSNews and Updates


Authors
Anselm Baird-Smith
Status
Still under development. The alpha release is now out. We are expecting your feed-backs before freezing the current set of APIs.
Plans and Activities
The W3C Activity statement reports the direction in which W3C is heading for the future of Jigsaw.
Platforms
The server will run on any platform supporting Java. At this time, it has been tested on Win95, WinNT and Solaris 2.x.
Getting the distribution file
Jigsaw release files contains the Java source code, the documentation and the pre-compiled classes. There are available in two formats:
Copyright
The Jigsaw server is covered by the MIT Copyright statement
Known bugs
The current list of known bugs, along with their status.
Mailing list
 The www-jigsaw@w3.org is a public mailing list for open discussions on Jigsaw. For more informations on W3C mailing lists, check out the Mail Information page. Check out the archive before posting. Bug reports, questions on the current design, etc. should be directed to jigsaw@w3.org.


Getting more informations


Anselm Baird-Smith
$Id: Overview.html,v 1.10 1996/05/31 14:30:57 abaird Exp $