Sven Kubiak 4b5705d6e2 bug fixing and optimization 10 gadi atpakaļ
..
activeweb f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
curacao f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
dropwizard f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
dropwizard-mongodb f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
gemini f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
grizzly-bm f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
grizzly-jersey d80f21e11e Close session proactively 10 gadi atpakaļ
jawn b51ced14a6 fix(jawn): using the provided DBHOST 10 gadi atpakaļ
jetty c76f545d1b update to 9.3.0.RC1 10 gadi atpakaļ
jetty-servlet 1882df36a6 updated versions in README.md 10 gadi atpakaļ
mangooio 4b5705d6e2 bug fixing and optimization 10 gadi atpakaļ
netty 1657342fb4 update netty to version 4.0.28 10 gadi atpakaļ
ninja-standalone f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
play1 f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
play1siena f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
play2-java c7b726c77c Updated to Play 2.3.9 10 gadi atpakaļ
rapidoid 560366a061 Simplified JSON serialization with Jackson. 10 gadi atpakaļ
restexpress f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
sabina 44ac73f34b Apply updates from code review comments 10 gadi atpakaļ
servlet f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
servlet-dsl 3cee9024c7 Make all benchmark_config's compliant 10 gadi atpakaļ
servlet3-cass 302f740bc6 Setup Java environment variables in central location 10 gadi atpakaļ
spark f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
spring f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
tapestry f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
undertow 259b897396 Update Undertow to Java 8 10 gadi atpakaļ
undertow-edge f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
vertx 7385dfe357 Adding Fortunes test for Vert.x 10 gadi atpakaļ
wicket f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
wildfly-ee7 f4dca239f5 Move java.sh to java7.sh 10 gadi atpakaļ
README.md 5dcaef2851 Update Java Readme 10 gadi atpakaļ

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