Hamilton Turner fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 éve
..
config b4b361f499 tweaked mysql config settings 12 éve
src 07009827f2 verify Fixed restexpress' db test 11 éve
.gitignore 4e1c2a6ff3 Updated .gitignore 12 éve
.project c5208bc2da Introduced RestExpress Java REST framework 12 éve
README.md c5208bc2da Introduced RestExpress Java REST framework 12 éve
__init__.py c5208bc2da Introduced RestExpress Java REST framework 12 éve
benchmark_config 873dde0f06 Refactor benchmark_configs 12 éve
install.sh fc1d35470c Fixing obvious fw_depends errors in install.sh files 11 éve
pom.xml c5208bc2da Introduced RestExpress Java REST framework 12 éve
setup.py f532415394 master Should only kill with 15 11 éve
source_code 66e46ee08e codeLineCount Create source_code file for each framework. Modify count_sloc to use gather_frameworks instead of a large list 12 éve
zip-with-dependencies.xml c5208bc2da Introduced RestExpress Java REST framework 12 éve

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