Hamilton Turner 93a1f30e4a Stop treating frameworks as python modules il y a 10 ans
..
config a583e87d19 Moving Java frameworks il y a 11 ans
src a583e87d19 Moving Java frameworks il y a 11 ans
.gitignore a583e87d19 Moving Java frameworks il y a 11 ans
.project a583e87d19 Moving Java frameworks il y a 11 ans
README.md a583e87d19 Moving Java frameworks il y a 11 ans
benchmark_config a583e87d19 Moving Java frameworks il y a 11 ans
install.sh a583e87d19 Moving Java frameworks il y a 11 ans
pom.xml a583e87d19 Moving Java frameworks il y a 11 ans
setup.sh 3ec1a2bd28 Fixed a bug with restexpress il y a 10 ans
source_code a583e87d19 Moving Java frameworks il y a 11 ans
zip-with-dependencies.xml a583e87d19 Moving Java frameworks il y a 11 ans

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