merge master into v3
tree: 34f260a5d3945fafe8ee93e24e77988dc0f2b6df
  1. _images/
  2. codegen/
  3. domain/
  4. domain-tests/
  5. testing/
  6. web/
  7. wicket/
  8. .editorconfig
  9. .gitignore
  10. CREDITS.TXT
  11. docker-compose.yml
  12. enhance.sh
  13. LICENSE
  14. pom.xml
  15. README.md
README.md

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-demo-jpa:latest
    docker run -p 8080:8080 apache/causeway-app-demo-jpa:latest
    
  • to run the JDO variant:

    docker pull apache/causeway-app-demo-jdo:latest
    docker run -p 8080:8080 apache/causeway-app-demo-jdo:latest
    

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