Examples of the Niggle framework

The examples in the ./examples directory are meant to introduce gradually the features of the Niggle framework. As of this writing, this is definitely a work in progress, as there are only 2 examples available. Eventually, I would expect that we will need at least half a dozen examples to progressively introduce the entire Niggle class library.

You should start with the helloniggle example, which is the obligatory Hello, World sort of program. The goal is mostly just to make sure that you have the necessary elements in place to proceed to work with the other examples.

The next example (currently the only other example available) is a minimal rolodex servlet built on top of Niggle.

.

Each example directory contains a ReadMeFirst.html that explains the mechanics of getting the example to run and a notes.html which dissects the various elements that comprise the example.

You can proceed to the explanation of how to run the Hello, Niggle servlet here.