This is a Maven archetype for creating Noir apps to be packaged as WARs. It uses noir-servlet.
git clone git://github.com/brokensandals/noir-war-archetype.git
cd noir-war-archetype
mvn clean install
mvn archetype:generate -DarchetypeGroupId=net.brokensandals -DarchetypeArtifactId=noir-war-archetype -DarchetypeVersion=1.0-SNAPSHOT
You can start a development server (with automatic reloading) using mvn jetty:run
.
Copyright © 2012 Jacob Williams
Distributed under the Eclipse Public License, the same as Clojure.