Keith Newman 87c348bbda fix master-->round 14 merge conflicts 9 lat temu
..
activeweb be0b80fbb3 adds a space at top of queries template to avoid StringIndexOutOfBounds exception 9 lat temu
baratine c3b75dba46 add new framework Baratine 9 lat temu
bayou fa32283ff2 add frameworks/Java/bayou 9 lat temu
beyondj e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 lat temu
comsat-servlet fb9c8c7e8b Upgrade deps, tune perf, add undertow servlet and undertow webactors conf 9 lat temu
comsat-webactors fb9c8c7e8b Upgrade deps, tune perf, add undertow servlet and undertow webactors conf 9 lat temu
curacao c829d7ef61 Merging master fixes into round-14 (#2254) 9 lat temu
dropwizard 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 lat temu
gemini c939d7030c Delete ant from prerequisites and move to its own script file 9 lat temu
grizzly-bm 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 lat temu
grizzly-jersey ea7fb8ded3 add plaintext test to java/grizzly-jersey (#2183) 9 lat temu
jawn 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 lat temu
jetty 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 lat temu
jetty-servlet 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 lat temu
jlhttp d78dfdb604 Add JLHTTP benchmark 9 lat temu
jooby 152bcd7e9b set the DB host for jooby 9 lat temu
netty 5becd901c8 set SO_REUSEPORT when using epoll 9 lat temu
ninja-standalone f35b9e5846 ninja/compojure/http-kit: Fix setup.sh to set DBHOST for HikariCP 9 lat temu
officefloor e718a9128f Use the same version of the MySQL connector 5.1.38 9 lat temu
permeagility 41de2a3181 Add benchmark test for PermeAgility framework 9 lat temu
play1 e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved 9 lat temu
play2-java e718a9128f Use the same version of the MySQL connector 5.1.38 9 lat temu
rapidoid 2caff5f905 Added benchmarks for Rapidoid using the high-level API. (#2256) 9 lat temu
restexpress a16029a920 add plaintext test to java/restexpress (#2185) 9 lat temu
revenj c829d7ef61 Merging master fixes into round-14 (#2254) 9 lat temu
servlet 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 lat temu
servlet3-cass 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 lat temu
spark e718a9128f Use the same version of the MySQL connector 5.1.38 9 lat temu
spring 25429602f6 Fix http headers spring 9 lat temu
tapestry 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 lat temu
undertow 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 lat temu
undertow-edge 78270cd4ed Merge branch 'issue-1932' of https://github.com/Mogztter/FrameworkBenchmarks into 1953 9 lat temu
undertow-jersey-c3p0 e5c9248434 add plaintext test to java/undertow-jersey-c3p0 (#2186) 9 lat temu
undertow-jersey-hikaricp d1e3dcfd5d added java/undertow-jersey-hikaricp plaintext support (#2187) 9 lat temu
vertx dbc0fd4209 Bump version 9 lat temu
vertx-web dbc0fd4209 Bump version 9 lat temu
wicket 7d50729fe7 set the DB host for wicket 9 lat temu
wildfly-ee7 35c1a0c3a4 update wildfly to 10.1.0.Final (#2202) 9 lat temu
README.md 2f0fc85ee7 Removed Java 7 install, now only Java 8 is supported 9 lat temu

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