MTD c74d9c9a40 Merge remote-tracking branch 'upstream/master' 10 years ago
..
activeweb f4dca239f5 Move java.sh to java7.sh 10 years ago
curacao 40d23968c0 Curacao is based on Servlet. 10 years ago
dropwizard a4e8d57bdc updated DW version to 0.8.1 and mongojack to 2.3.0 10 years ago
gemini f4dca239f5 Move java.sh to java7.sh 10 years ago
grizzly-bm f4dca239f5 Move java.sh to java7.sh 10 years ago
grizzly-jersey d80f21e11e Close session proactively 10 years ago
jawn 90a5a8355e bumping up version for performance 10 years ago
jetty 2884f1ab1b Upgraded to final 9.3.0 release 10 years ago
jetty-servlet 1882df36a6 updated versions in README.md 10 years ago
mangooio 4b5705d6e2 bug fixing and optimization 10 years ago
netty 1657342fb4 update netty to version 4.0.28 10 years ago
ninja-standalone f4dca239f5 Move java.sh to java7.sh 10 years ago
play1 f4dca239f5 Move java.sh to java7.sh 10 years ago
play1siena f4dca239f5 Move java.sh to java7.sh 10 years ago
play2-java 4bb738b028 Upgrade to Play 2.4.2 10 years ago
rapidoid 560366a061 Simplified JSON serialization with Jackson. 10 years ago
restexpress f4dca239f5 Move java.sh to java7.sh 10 years ago
sabina 44ac73f34b Apply updates from code review comments 10 years ago
servlet f4dca239f5 Move java.sh to java7.sh 10 years ago
servlet-dsl 3cee9024c7 Make all benchmark_config's compliant 10 years ago
servlet3-cass 302f740bc6 Setup Java environment variables in central location 10 years ago
spark f4dca239f5 Move java.sh to java7.sh 10 years ago
spring f4dca239f5 Move java.sh to java7.sh 10 years ago
tapestry f4dca239f5 Move java.sh to java7.sh 10 years ago
undertow 259b897396 Update Undertow to Java 8 10 years ago
undertow-edge f4dca239f5 Move java.sh to java7.sh 10 years ago
vertx 627aea5e02 Vert.x performs faster under Java 8 10 years ago
wicket c946251326 Respond with error code when exception is caught 10 years ago
wildfly-ee7 f4dca239f5 Move java.sh to java7.sh 10 years ago
README.md 5dcaef2851 Update Java Readme 10 years ago

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