Apache causeway

Clone this repo:
  1. 0d77636 Bumps maven-compiler-plugin 3.15.0->3.16.0 by andi-huber · 8 days ago master
  2. 50bca51 test approval (2) by andi-huber · 3 weeks ago
  3. b1a6bb1 test approval by andi-huber · 3 weeks ago
  4. 02d1781 bumps jib-maven-plugin -> 3.5.2 by andi-huber · 3 weeks ago
  5. 29b43bf compile fix (missing import) by andi-huber · 3 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