Nate a69ce62b91 Java/play2 framework fix (#2449) 8 years ago
..
play2-java 8a18ba83fb Updated to Play 2.4.3 and Scala 2.11.7 10 years ago
play2-java-ebean-hikaricp e718a9128f Use the same version of the MySQL connector 5.1.38 9 years ago
play2-java-jpa-bonecp 6fe0f30283 Merge branch 'master' into remove-install-scripts 10 years ago
play2-java-jpa-hikaricp e718a9128f Use the same version of the MySQL connector 5.1.38 9 years ago
README.md 2ee1133c4e Add .json to benchmark_config, Resolve TechEmpower/FrameworkBenchmarks#1095 10 years ago
benchmark_config.json dbb6803673 In cases where there is no distinction in 'flavor' within a language use 'None' as the value for flavor. 9 years ago
setup_java.sh 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 years ago
setup_java_ebean_bonecp.sh 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 years ago
setup_java_ebean_hikaricp.sh a69ce62b91 Java/play2 framework fix (#2449) 8 years ago
setup_java_jpa_bonecp.sh 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 years ago
setup_java_jpa_hikaricp.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago

README.md

play2-java framework tests

  1. Add new test applications in subdirectories named either play2-java or play2-java-orm.
  2. Edit frameworks/Java/play2-java/generate_config.py and add configuration for the new test applications.
  3. Run python frameworks/Java/play2-java/generate_config.py to generate a new benchmark_config.json file and to generate a setup_*.py file for your test application.