Reference App

The reference app (previously called the 'demo app') provides an introduction to the Apache Causeway programming model, allowing you to learn the basics with a minimum of hassle. It’s also a useful reference to help you develop your own Apache Causeway applications.

teaser light

The application is packaged up as a Docker image (apache/causeway-app-demo-jpa) on Docker Hub, so you can easily run it yourself (as described below).

Prereqs

Head over to Docker to install the community edition.

Running the Docker Image

Customization

The way in which the app is run by Docker be customised in a couple of ways.

Building from Source

The source code for the reference app is on github, at apache/causeway-app-referenceapp.

Credits