Patrick Falls 4025901a26 fix sort orders 12 年之前
..
config b4b361f499 tweaked mysql config settings 12 年之前
src eea89c7166 Missing try/catch around parseInt call 12 年之前
.gitignore 4e1c2a6ff3 Updated .gitignore 12 年之前
.project c5208bc2da Introduced RestExpress Java REST framework 12 年之前
README.md c5208bc2da Introduced RestExpress Java REST framework 12 年之前
__init__.py c5208bc2da Introduced RestExpress Java REST framework 12 年之前
benchmark_config 4025901a26 fix sort orders 12 年之前
pom.xml c5208bc2da Introduced RestExpress Java REST framework 12 年之前
setup.py dd2401c209 Fixed issue in stop() to find appropriate process. 12 年之前
zip-with-dependencies.xml c5208bc2da Introduced RestExpress Java REST framework 12 年之前

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