Steven Smith 8c53ddd5ae More Travis testing hace 9 años
..
activeweb 7b1ac83eef Added a bunch more tests hace 10 años
curacao 6fe0f30283 Merge branch 'master' into remove-install-scripts hace 10 años
dropwizard 0abeb33881 Merge branch 'master' into remove-install-scripts hace 10 años
gemini 8c53ddd5ae More Travis testing hace 9 años
grizzly-bm 7b1ac83eef Added a bunch more tests hace 10 años
grizzly-jersey 0abeb33881 Merge branch 'master' into remove-install-scripts hace 10 años
jawn fc22b03efa upgraded to version 0.8.10 hace 10 años
jetty 0abeb33881 Merge branch 'master' into remove-install-scripts hace 10 años
jetty-servlet 0ab5d1cc2a More fixes for travis hace 10 años
jooby cf0872e6ca Jooby benchmark hace 10 años
mangooio 9923de5077 Fixing a lot of production-only issues hace 10 años
netty f909cffb38 Merge pull request #1717 from lneves/master hace 10 años
ninja-standalone 7b1ac83eef Added a bunch more tests hace 10 años
officefloor 33d7828efd OfficeFloor implementation of Framework Benchmark Performance Tests. hace 10 años
play1 7b1ac83eef Added a bunch more tests hace 10 años
play1siena 7b1ac83eef Added a bunch more tests hace 10 años
play2-java 1bdf97a8d7 Merge pull request #1741 from donovanmuller/master hace 10 años
rapidoid 0abeb33881 Merge branch 'master' into remove-install-scripts hace 10 años
restexpress bc30d4b787 Added more support to the suite hace 10 años
sabina e34a35704f fix warnings for sabina hace 10 años
servlet eb3af71648 Finished updating the java tests hace 10 años
servlet-dsl 0abeb33881 Merge branch 'master' into remove-install-scripts hace 10 años
servlet3-cass eb3af71648 Finished updating the java tests hace 10 años
spark eb3af71648 Finished updating the java tests hace 10 años
spring cd5996373f Merge pull request #1728 from ericbn/master hace 10 años
tapestry eb3af71648 Finished updating the java tests hace 10 años
undertow 0abeb33881 Merge branch 'master' into remove-install-scripts hace 10 años
undertow-edge acac7e9250 Fixing a lot more production-only bugs hace 10 años
vertx 7d83c12141 removed deprecated file install.sh hace 10 años
wicket 7729dd4204 Merge branch 'master' into remove-install-scripts hace 10 años
wildfly-ee7 d893fa1998 Merge branch 'wildfly9' of https://github.com/codylerum/FrameworkBenchmarks into pr1705 hace 10 años
README.md 5dcaef2851 Update Java Readme hace 10 años

README.md

Java Frameworks

The information below contains information specific to Java. For further guidance, review the documentation.

Infrastructure Software Versions

  • Java 7
  • Java 8

Adding a New Java Framework

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 "setup.sh" file:

export JAVA_HOME=/opt/java8

Get Help

Java Experts

There aren't any experts listed, yet. If you're an expert, add yourself!

Interesting Links