jamming 54b88b6dec Missing tests implementation 10 年之前
..
activeweb 93a1f30e4a Stop treating frameworks as python modules 10 年之前
curacao 93a1f30e4a Stop treating frameworks as python modules 10 年之前
dropwizard 93a1f30e4a Stop treating frameworks as python modules 10 年之前
dropwizard-mongodb 93a1f30e4a Stop treating frameworks as python modules 10 年之前
gemini 1b681f51f5 Fixed a bug with gemini's start script 10 年之前
grizzly-bm 93a1f30e4a Stop treating frameworks as python modules 10 年之前
grizzly-jersey 93a1f30e4a Stop treating frameworks as python modules 10 年之前
jetty-servlet 93a1f30e4a Stop treating frameworks as python modules 10 年之前
netty 76f815eba2 update netty to version 4.0.25.Final and since we are here update the docs about the latest Jackson release 10 年之前
ninja-standalone 1cf311881d Merge pull request #1237 from raphaelbauer/master 10 年之前
play1 93a1f30e4a Stop treating frameworks as python modules 10 年之前
play1siena 93a1f30e4a Stop treating frameworks as python modules 10 年之前
play2-java 5ea440a261 Merge pull request #1250 from donovanmuller/master 10 年之前
restexpress 93a1f30e4a Stop treating frameworks as python modules 10 年之前
sabina 54b88b6dec Missing tests implementation 10 年之前
servlet 93a1f30e4a Stop treating frameworks as python modules 10 年之前
servlet3-cass 93a1f30e4a Stop treating frameworks as python modules 10 年之前
spark 93a1f30e4a Stop treating frameworks as python modules 10 年之前
spring ea532e7e00 Merge pull request #1251 from bclozel/boot12 10 年之前
tapestry 93a1f30e4a Stop treating frameworks as python modules 10 年之前
undertow 93a1f30e4a Stop treating frameworks as python modules 10 年之前
undertow-edge 93a1f30e4a Stop treating frameworks as python modules 10 年之前
vertx 93a1f30e4a Stop treating frameworks as python modules 10 年之前
wicket 93a1f30e4a Stop treating frameworks as python modules 10 年之前
wildfly-ee7 93a1f30e4a Stop treating frameworks as python modules 10 年之前
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 11 年之前

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