Lita Gratrix c02f6adf97 remove bash_profile.sh from activeweb hace 10 años
..
activeweb c02f6adf97 remove bash_profile.sh from activeweb hace 10 años
curacao c7d7b0c944 Upgrading library to Jetty 9.2.9.v20150224 and Curacao 2.9-M1 hace 10 años
dropwizard 93a1f30e4a Stop treating frameworks as python modules hace 10 años
dropwizard-mongodb 93a1f30e4a Stop treating frameworks as python modules hace 10 años
gemini 862a9529d4 Fixed some config values for gemini hace 10 años
grizzly-bm 93a1f30e4a Stop treating frameworks as python modules hace 10 años
grizzly-jersey 93a1f30e4a Stop treating frameworks as python modules hace 10 años
jetty-servlet 93a1f30e4a Stop treating frameworks as python modules hace 10 años
netty 2f9b2ea9f6 use the final release instead of the snapshot hace 10 años
ninja-standalone ba8182e2ba Merge pull request #1236 from zloster/ninja-java-random hace 10 años
play1 93a1f30e4a Stop treating frameworks as python modules hace 10 años
play1siena 93a1f30e4a Stop treating frameworks as python modules hace 10 años
play2-java 2386896010 Set defaults tests, clean up Ruby display names hace 10 años
restexpress 93a1f30e4a Stop treating frameworks as python modules hace 10 años
sabina 9a01be200e fix(sabina): ignore tests hace 10 años
servlet 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump hace 10 años
servlet3-cass 35f4cc7d35 servlet3-cass: use java8, delete unnecessary files from source_code file, upgrade libs hace 10 años
spark 93a1f30e4a Stop treating frameworks as python modules hace 10 años
spring 652d0ff5e4 Add Undertow Customizer hace 10 años
tapestry 31595dfca7 Fixed validation warnings for tapestry on multi-query test. Resolves #1137 hace 10 años
undertow 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump hace 10 años
undertow-edge 16c113e927 Merge pull request #1358 from zloster/postgresql-jdbc-bump hace 10 años
vertx 93a1f30e4a Stop treating frameworks as python modules hace 10 años
wicket b2df03d9e8 Fixed wicket updates to always return a JSON array hace 10 años
wildfly-ee7 7c07971598 Merge branch 'set-default-tests-benchmark-config' of https://github.com/LadyMozzarella/FrameworkBenchmarks into LadyMozzarella-set-default-tests-benchmark-config hace 10 años
README.md 770dde26db issue #1048: add README.md file for Java based frameworks, make java 8 install script return 0 hace 11 años

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