|
9 years ago | |
---|---|---|
.. | ||
activeweb | 10 years ago | |
curacao | 10 years ago | |
dropwizard | 10 years ago | |
gemini | 9 years ago | |
grizzly-bm | 10 years ago | |
grizzly-jersey | 10 years ago | |
jawn | 9 years ago | |
jetty | 10 years ago | |
jetty-servlet | 10 years ago | |
jooby | 9 years ago | |
mangooio | 10 years ago | |
netty | 9 years ago | |
ninja-standalone | 10 years ago | |
officefloor | 9 years ago | |
play1 | 10 years ago | |
play1siena | 10 years ago | |
play2-java | 9 years ago | |
rapidoid | 10 years ago | |
restexpress | 10 years ago | |
sabina | 9 years ago | |
servlet | 10 years ago | |
servlet-dsl | 10 years ago | |
servlet3-cass | 10 years ago | |
spark | 10 years ago | |
spring | 9 years ago | |
tapestry | 10 years ago | |
undertow | 10 years ago | |
undertow-edge | 10 years ago | |
vertx | 9 years ago | |
wicket | 10 years ago | |
wildfly-ee7 | 9 years ago | |
README.md | 10 years ago |
The information below contains information specific to Java. For further guidance, review the documentation.
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
There aren't any experts listed, yet. If you're an expert, add yourself!