The following is a collection of tutorials on a range of topics as written by
various members of Threebit. To obtain the
newest version of this document, the Threebit
visit Tutorials website, or checkout
the tutorials module via Anonymous CVS.
This document was last updated on ($Date: 2003/07/01 23:29:29 $)
Apache
Introduction to Module Development
This tutorial guides the reader through the minimal tasks involved in writing a module for Apache2.
The module developed here has almost no functionality - it's only impact is the generation of a
static message to logs/errorlog for each HTTP request.
Module Development - Handling
Configuration Directives
This tutorial guides the reader through the portions of the Apache API that are used by
modules to control their configuration. For the moment, we will introduce the handling of a
single server-wide configuration directive.
EJB, JBOSS, Postgres, Tomcat, Struts and XDoclet
General Introduction to EJB, JBOSS, Postgres, Tomcat, Struts and
XDoclet
This isn't really a tutorial as much as it is a collection of notes that I collected while
starting my first EJB project. I didn't want to do alot of coding until I was comfortable with
all of the best practices (like letting XDOCLET do alot of the work).
Relational Databases
Nested Set Implementation in Java
This tutorial attempts to take the mystery out of the Nested Set structure and provide a robust
and feature-rich possible implementation.