This app has been generated using Apache Isis'
SimpleApp archetype,
to create a purposefully minimal application that nevertheless includes fixture data, integration tests and BDD specs.
The app itself consists of a single domain class, SimpleObject,
along with an equally simple (factory/repository) domain service, SimpleObjects.
To access the app:
provides accesses to a generic UI for end-users, Isis' Wicket Viewer. As its name suggests, this viewer is built on top of Apache Wicket™.
provides access to a RESTful API conformant with the Restful Objects spec. This is part of Apache Isis Core. The implementation technology is JBoss RestEasy.
The default user/password is sven/pass (as configured in the shiro.ini file).