Apache causeway

Clone this repo:

Branches

  1. d28e9c0 removes duplicates from previous commit by andi-huber · 2 days ago master
  2. 7a91f89 regenerating all generated showcases by andi-huber · 2 days ago
  3. 5e6e9f5 for abstract entity stubs set introspection = Introspection.ANNOTATION_OPTIONAL by andi-huber · 2 days ago
  4. de6d383 rewrites codegen as CLI by andi-huber · 2 days ago
  5. 3da8975 reactivates codegen for value type showcases by andi-huber · 2 days 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