pom fix: revert removal of duplicated version line
1 file changed
tree: d8d58d4a75907f1b40a3275a65d8bf8acaa71392
  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