Apache causeway

Clone this repo:

Branches

Tags

  1. 50a5fd0 fixes deprecated docker images (for JIB) by Andi Huber · 5 weeks ago master
  2. 0de4cfd pom fix for reference-app-testing by Andi Huber · 9 weeks ago
  3. edb5dea source cleanup (empty line removal) by Andi Huber · 9 weeks ago
  4. 1b7aeed pom fix to build on maven 4 by Andi Huber · 9 weeks ago
  5. f32249a CAUSEWAY-2297: misplaced maven-plugin-annotations (pom fix) by Andi Huber · 9 weeks ago

Build Referenceapp (CI Nightly)

You can explore the Apache Causeway™ programming model through the reference app, which illustrates many of the framework's annotations and programming conventions.

The app is available as a Docker image.

  • to run the JPA variant:

    docker pull apache/causeway-app-referenceapp-jpa:latest
    docker run -p 8080:8080 apache/causeway-app-referenceapp-jpa:latest
    

... then navigate to http://localhost:8080

To build

Prereqs:

  • mvnd 3.9+
  • Java 21

Building:

  • To build the JPA variant:

    mvnd -Dwicket-jpa install