Apache causeway

Clone this repo:
  1. 04cff95 adds 'euro' value semantics for demo by ahuber@apache.org · 5 weeks ago master
  2. f467292 prepare removal of @ValueSemantics(dateRenderAdjustDays=..) by andi-huber · 8 weeks ago
  3. 4e9823e test approvals by andi-huber · 8 weeks ago
  4. 0687fdf use Bootstrap default style over Flatly by andi-huber · 8 weeks ago
  5. 47580ff test approvals by andi-huber · 2 months 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