Michael Hixson 7eceb61271 Dockerize more Java frameworks (#3366) 7 years ago
..
config 7eceb61271 Dockerize more Java frameworks (#3366) 7 years ago
src e57a56dc60 Upgrade to swift 4.1 and mongodb 3.6, fix vapor tests (#3242) 7 years ago
.gitignore a583e87d19 Moving Java frameworks 11 years ago
README.md a583e87d19 Moving Java frameworks 11 years ago
benchmark_config.json 7eceb61271 Dockerize more Java frameworks (#3366) 7 years ago
pom.xml e718a9128f Use the same version of the MySQL connector 5.1.38 9 years ago
restexpress-base.dockerfile 7eceb61271 Dockerize more Java frameworks (#3366) 7 years ago
restexpress-mysql-raw.dockerfile 7eceb61271 Dockerize more Java frameworks (#3366) 7 years ago
restexpress.dockerfile 7eceb61271 Dockerize more Java frameworks (#3366) 7 years ago
source_code a583e87d19 Moving Java frameworks 11 years ago
zip-with-dependencies.xml a583e87d19 Moving Java frameworks 11 years ago

README.md

#RestExpress Benchmarking Test

This is the Java RestExpress portion of a benchmarking test suite comparing a variety of web development platforms.

JSON Encoding Test

For raw Servlets there is no broad consensus on JSON encoding so we have selected the fastest available JSON encoder for Java: Jackson.

Data-Store/Database Mapping Test

Infrastructure Software Versions

The tests were run with:

Test URLs

JSON Encoding Test

http://localhost:8080/restexpress/json

MySQL Database Mapping Test

http://localhost:8080/restexpress/mysql?queries=5

MongoDB Database Mapping Test

http://localhost:8080/restexpress/mongodb?queries=5