A small http-server
with
runtime extensions
Java library (se.illuminet.httpd) for fast deployment of
web-applications and XSLT services.
Goal
This is a
tiny
httpd
service that can
build into
applications
and
extend with
new services runtime
.
This http-server does not use the servlet-API but just something very
similar. This choice was made to be backwards compatible in lack of
such functions in the servlets standard. The API (HttpService) is very
similar to the servlet standard.
... I wish Sun would have implemented
servlets as interfaces...
Developer
Jonas Bosson (jonas at illuminet dot se)
News
2004-05-06: Make code LGPL
Subprojects
- XSLT-kit (see se.illuminet.httpd.xml )
- LDAP-kit ( see se.illuminet.httpd.ldap )
- IMAP-kit ( see se.illuminet.httpd.mail )
- Wiki-kit (see se.illuminet.httpd.wiki )
License: Open Source
This software is published under
LGPL-license
(Lesser GNU Public License)
Requires
- Java 1.4 or higher (or compatible)
- se.illuminet.service - package (service.jar)
- se.illuminet.io -package (io.jar)
- optional:
- javamail (for imap service)
- j2ee (ldap-support for the ldap stuff)
Documentation
http://www.illuminet.se/software/httpd/
Download
http://www.illuminet.se/software/build/
(compiled jar-files and source tar ball is available as
snapshots in the date-named directories)
CVS
http://www.illuminet.se/cgi-bin/cvsweb.cgi/public/src/se/illuminet/httpd/