renames DemoApp to ReferenceApp etc
20 files changed
tree: 0d9a79f85fe9f3fba6290746061a5c20f7a7c3aa
  1. _images/
  2. codegen/
  3. domain/
  4. testing/
  5. web/
  6. wicket/
  7. .editorconfig
  8. .gitignore
  9. CREDITS.TXT
  10. docker-compose.yml
  11. enhance.sh
  12. LICENSE
  13. pom.xml
  14. 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-referenceapp-jpa:latest
    docker run -p 8080:8080 apache/causeway-app-referenceapp-jpa:latest
    
  • to run the JDO variant:

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

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