zloster d40c5861fc now using ThreadLocalRandom for RNG 10 years ago
..
activeweb 79e6041841 update Resin paths for v4.0.41 10 years ago
curacao abb24a7a47 Updating README.md with reference to the correct Curacao version 10 years ago
dropwizard 7365e70783 Merge remote-tracking branch 'upstream/master' into dropwizard-plaintext 10 years ago
dropwizard-mongodb 9ad1a984ab Added changes from Dropwizard/DWMongo pre-test-change 10 years ago
gemini 79e6041841 update Resin paths for v4.0.41 10 years ago
grizzly-bm df5a0c3c0d Stop killing run-tests and run-ci 10 years ago
grizzly-jersey 61b413375a Fixed a bug with maven-shade-plugin 10 years ago
jetty-servlet a583e87d19 Moving Java frameworks 11 years ago
netty 8122bfa75f update netty to version 4.0.23 and jackson to version 2.4.2 11 years ago
ninja-standalone ca57047c28 removed ninja-resin. 11 years ago
play1 d40c5861fc now using ThreadLocalRandom for RNG 10 years ago
play1siena d40c5861fc now using ThreadLocalRandom for RNG 10 years ago
play2-java e40fec2ba8 Updated /update test in relation to this comment: https://github.com/TechEmpower/FrameworkBenchmarks/pull/1166#discussion_r19762334 10 years ago
restexpress a583e87d19 Moving Java frameworks 11 years ago
servlet ccf0b6fc69 Spelling is hard. 10 years ago
servlet3-cass 79e6041841 update Resin paths for v4.0.41 10 years ago
spark 79e6041841 update Resin paths for v4.0.41 10 years ago
spring 224f4cf169 Fix spring warnings on ?querys=foo etc 10 years ago
tapestry 79e6041841 update Resin paths for v4.0.41 10 years ago
undertow a583e87d19 Moving Java frameworks 11 years ago
undertow-edge 70693e2fba Moving remaining frameworks 11 years ago
vertx a583e87d19 Moving Java frameworks 11 years ago
wicket 79e6041841 update Resin paths for v4.0.41 10 years ago
wildfly-ee7 70693e2fba Moving remaining frameworks 11 years ago
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 11 years ago

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