Mike Smith 71e20c377e Merge pull request #4413 from mkurz/PlayResources 6 years ago
..
act dea8e69af4 [ci fw-only java/act] update act to 1.8.17 (#4287) 6 years ago
activeweb ec98e030f3 Massive dependencies update - Java and related languages (#4093) 7 years ago
armeria ec98e030f3 Massive dependencies update - Java and related languages (#4093) 7 years ago
baratine b472c2f4dd Remove source_code files, count all files instead (#3715) 7 years ago
baseio efca1e55cf * [ci fw-only Java/baseio] update to 3.2.9.beta6 (#4396) 6 years ago
bayou ec98e030f3 Massive dependencies update - Java and related languages (#4093) 7 years ago
blade d01bbc9e07 Upgrade to Blade 2.0.12 (#4139) 7 years ago
comsat ec98e030f3 Massive dependencies update - Java and related languages (#4093) 7 years ago
curacao c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
dropwizard c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
gemini ec98e030f3 Massive dependencies update - Java and related languages (#4093) 7 years ago
greenlightning 315321827f GL, reconfigure for more parallel tracks (#4408) 6 years ago
grizzly c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
grizzly-jersey c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
helidon 6103a6b063 Benchmark submission for Oracle Helidon framework (#4149) 7 years ago
httpserver 9674158b22 added httpserver (com.sun.net.httpserver) framework 7 years ago
javalin 56f40f8c61 initial commit of javalin framework with two tests - json and plaintext (#4110) 7 years ago
jawn ec98e030f3 Massive dependencies update - Java and related languages (#4093) 7 years ago
jetty c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
jlhttp c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
jooby ec98e030f3 Massive dependencies update - Java and related languages (#4093) 7 years ago
light-java 34630d8301 Upgrade light-4j to JDK 11 to resolve the performance issue (#4308) 6 years ago
micronaut 3a7497d700 Update Micronaut benchmark for Micronaut 1.0.1 (#4205) 7 years ago
minijax c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
nanohttpd c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
netty f652d9e512 add a couple of optimizations revealed by performance testing (#4299) 6 years ago
ninja-standalone c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
officefloor 14eac2d833 OfficeFloor 3.4.0 (#4220) 6 years ago
play1 b472c2f4dd Remove source_code files, count all files instead (#3715) 7 years ago
play2-java 982fd1814c Play 2: Adjust thread pool/db pool size to CPU's available 6 years ago
proteus 1bd9933ef2 Update blocking endpoints. Improve JVM params. (#4275) 6 years ago
rapidoid c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
ratpack ff68751c68 Add pgclient to benchmark the asynchronous aspect of ratpack when accessing a database (#4106) 7 years ago
redkale 00ba060c4c update redkale to 1.9.8 (#4289) 6 years ago
restexpress c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
revenj-jvm c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
servlet c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
servlet3 c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
smart-socket 6cf208d717 update smart-socket to 1.4.0-rc.3 (#4411) 6 years ago
spark 5da74c2775 Fix reported vulnerabilities (#4138) 7 years ago
spring ebaa824e1e Add a benchmark for spring-mvc with mongodb (#4393) 6 years ago
spring-webflux b8706f5c85 Add new benchmarks for spring-webflux using rxjava and r2dbc (#4314) 6 years ago
t-io a53e3d5767 [ci fw-only java/t-io] update tio to 3.2.4.v20181218-RELEASE (#4288) 6 years ago
tapestry c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
undertow 87e39ca33c Update undertow's dependencies (#4188) 7 years ago
undertow-jersey 5da74c2775 Fix reported vulnerabilities (#4138) 7 years ago
vertx b00458ce16 Minor vertx improvements / tuning after 3.6.0.CR1 update (#4202) 7 years ago
vertx-web 10d6a01f95 Update vertx-web (#4146) 7 years ago
voovan e8523858cb add voovan framework to tfb (#4392) 6 years ago
wicket c4f02aadf2 pom.xml cleanup (#4124) 7 years ago
wildfly-ee 96ef7c8d65 update to wildfly 15.0.0.Final (#4267) 6 years ago
wizzardo-http 9a8f2fbfde updated com.wizzardo:http to 0.3 (#4059) 7 years ago
README.md 3d5f6c341e Revert "Adjusting JVM parameters for Dropwizard, Jetty, Resin, Undertow (#2652)" (#2707) 8 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