Cody Lerum 35c1a0c3a4 update wildfly to 10.1.0.Final (#2202) 9 年之前
..
activeweb be0b80fbb3 adds a space at top of queries template to avoid StringIndexOutOfBounds exception 9 年之前
baratine c3b75dba46 add new framework Baratine 9 年之前
bayou fa32283ff2 add frameworks/Java/bayou 9 年之前
beyondj e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 年之前
comsat-servlet fb9c8c7e8b Upgrade deps, tune perf, add undertow servlet and undertow webactors conf 9 年之前
comsat-webactors fb9c8c7e8b Upgrade deps, tune perf, add undertow servlet and undertow webactors conf 9 年之前
curacao 2e8402fec9 Upgrading to Curacao 4.2.0 (#2241) 9 年之前
dropwizard 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 年之前
gemini c939d7030c Delete ant from prerequisites and move to its own script file 9 年之前
grizzly-bm 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前
grizzly-jersey ea7fb8ded3 add plaintext test to java/grizzly-jersey (#2183) 9 年之前
jawn 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 年之前
jetty 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前
jetty-servlet 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前
jlhttp d78dfdb604 Add JLHTTP benchmark 9 年之前
jooby 98e45c8a21 jooby: v0.16.0 9 年之前
netty 5becd901c8 set SO_REUSEPORT when using epoll 9 年之前
ninja-standalone f35b9e5846 ninja/compojure/http-kit: Fix setup.sh to set DBHOST for HikariCP 9 年之前
officefloor e718a9128f Use the same version of the MySQL connector 5.1.38 9 年之前
permeagility 41de2a3181 Add benchmark test for PermeAgility framework 9 年之前
play1 e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 年之前
play2-java e718a9128f Use the same version of the MySQL connector 5.1.38 9 年之前
rapidoid 82e9939bf7 mark Rapidoid as a stripped test (#2193) 9 年之前
restexpress a16029a920 add plaintext test to java/restexpress (#2185) 9 年之前
revenj a48b71c524 Disabled bulk reading for Revenj. 9 年之前
sabina e718a9128f Use the same version of the MySQL connector 5.1.38 9 年之前
servlet 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 年之前
servlet3-cass 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前
spark e718a9128f Use the same version of the MySQL connector 5.1.38 9 年之前
spring 25429602f6 Fix http headers spring 9 年之前
tapestry 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前
undertow 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 年之前
undertow-edge 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 年之前
undertow-jersey-c3p0 e5c9248434 add plaintext test to java/undertow-jersey-c3p0 (#2186) 9 年之前
undertow-jersey-hikaricp d1e3dcfd5d added java/undertow-jersey-hikaricp plaintext support (#2187) 9 年之前
vertx dbc0fd4209 Bump version 9 年之前
vertx-web dbc0fd4209 Bump version 9 年之前
wicket 45d718b2e1 Merge pull request #1874 from dashorst/master 9 年之前
wildfly-ee7 35c1a0c3a4 update wildfly to 10.1.0.Final (#2202) 9 年之前
README.md 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 年之前

README.md

Java Frameworks

The information below contains information specific to Java. For further guidance, review the documentation.

Infrastructure Software Versions

  • 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 Oracle Java 8 JDK.

Get Help

Java Experts

There aren't any experts listed, yet. If you're an expert, add yourself!

Interesting Links