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

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