-
Notifications
You must be signed in to change notification settings - Fork 39
Hacking
Eric Evans edited this page Feb 24, 2015
·
1 revision
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).
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.
- Getting Started
- Data Model
- Running a REST Service
- Using the Java API
- Aggregation
- Search
- API Reference * Java * REST
- Hacking Newts