This is a minimal Apache Causeway application, intended to
help you understand what the framework is all about. (If you want to start building your own apps,
we recommend that you instead use the companion "simple app" as a starter template).
To access the app:
provides access to a generic UI for end-users. This viewer is built with Apache Wicket™.
provides access to the GraphQL API using the GraphiQL console.
provides access to a Swagger UI for convenient access to (a subset of) the automatically generated REST API.
The full backend API (at restful/) renders both simple and also richer hypermedia representations of domain objects, the latter conforming to the Restful Objects spec.
The default user/password is sven/pass.