Skip to content
Eric Evans edited this page Feb 24, 2015 · 1 revision

Hacking Newts

Rest Interface

The rest module contains a maven profile named superJar (hint: try mvn install -PsuperJar), that can be used to create a jar bundled with all of the dependencies (handy for iterating code changes without rebuilding release artifacts).

UI

The Web UI assumes by default that it is served from the same servlet that hosts the REST interface. To override this in a development environment, use browser localStorage to set the value of _restUrl accordingly.

Clone this wiki locally