Brittany Mazza 6fe992d4ae Merge branch 'master' of https://github.com/LadyMozzarella/FrameworkBenchmarks into play2-java-remove-running-pid před 10 roky
..
activeweb 6b080e336d Added activeweb-jackson tests před 10 roky
curacao c7d7b0c944 Upgrading library to Jetty 9.2.9.v20150224 and Curacao 2.9-M1 před 10 roky
dropwizard 93a1f30e4a Stop treating frameworks as python modules před 10 roky
dropwizard-mongodb 93a1f30e4a Stop treating frameworks as python modules před 10 roky
gemini 862a9529d4 Fixed some config values for gemini před 10 roky
grizzly-bm 93a1f30e4a Stop treating frameworks as python modules před 10 roky
grizzly-jersey 93a1f30e4a Stop treating frameworks as python modules před 10 roky
jetty-servlet 93a1f30e4a Stop treating frameworks as python modules před 10 roky
netty 2f9b2ea9f6 use the final release instead of the snapshot před 10 roky
ninja-standalone 9553f12d99 Bump to Ninja 4.0.5. před 10 roky
play1 93a1f30e4a Stop treating frameworks as python modules před 10 roky
play1siena 93a1f30e4a Stop treating frameworks as python modules před 10 roky
play2-java a0b9645d46 Remove running pid if present před 10 roky
restexpress 93a1f30e4a Stop treating frameworks as python modules před 10 roky
sabina cba38e4431 Uncomment frameworks in Travis configuration před 10 roky
servlet 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump před 10 roky
servlet3-cass 35f4cc7d35 servlet3-cass: use java8, delete unnecessary files from source_code file, upgrade libs před 10 roky
spark 93a1f30e4a Stop treating frameworks as python modules před 10 roky
spring ede46326f1 ...use tabs for formatting to comply with original před 10 roky
tapestry 93a1f30e4a Stop treating frameworks as python modules před 10 roky
undertow 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump před 10 roky
undertow-edge 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump před 10 roky
vertx 93a1f30e4a Stop treating frameworks as python modules před 10 roky
wicket 93a1f30e4a Stop treating frameworks as python modules před 10 roky
wildfly-ee7 8b2654c302 update wildfly mysql driver name před 10 roky
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 před 11 roky

README.md

Installation and Bash Configuration

In order to declare that your framework requires Java, you should have an install.sh that contains at least

#!/bin/bash

fw_depends java

This installs the OpenJDK 7 JVM.

Frameworks can also choose to install Oracle Java 8 JVM by declaring a dependency on "java8" instead of java. In order to use Java 8 JVM frameworks need to add the following line in their "bash_profile.sh" file:

export JAVA_HOME=/opt/java8