Running the example web app
Firstly install maven 2.0.4 or later. Then run the following
mvn clean install
cd able-web
mvn jetty:run
Then point your browser at http://localhost:8080/able-web
and you should be away.
If you prefer just use the war in the maven repo or or use Cargo to deploy in your servlet engine of choice etc