#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' )
This app has been generated using Apache Isis'
Hello World archetype. Hello World is a tiny application, intended to make it easy to start learning how to write apps on top of the framework.
To access the app:
provides access to a generic UI for end-users, Apache Isis' Wicket Viewer. As its name suggests, this viewer is built on top of Apache Wicket™.
provides access to a Swagger UI which uses a subset of the framework's automatically generated RESTful API (provided by the Restful Objects viewer). There are three versions of the Swagger spec files (that drive the UI): public (for use by "third-party" apps), private (for use by internal apps), and prototyping (an extended version of the private API). The Swagger spec files are themselves dynamically generated and can be used to generate client-side stubs.
The RESTful API can return both simple representations and also richer hypermedia representations
that are conformant with the Restful Objects spec.
The HTTP Accept
header is used to select which representation should be generated.
The default user/password is sven/pass.