Nate e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) пре 8 година
..
beyondj-data 5b4dc6fc56 fix json print пре 9 година
beyondj-data-loader e50948b260 add correct fortune repo пре 9 година
beyondj-launcher 78d56281a7 add version to jar^Ceing tested пре 9 година
beyondj-service 1604e3ea3a fixing content encoding пре 9 година
.gitignore e25c3195be Create gitignore files for several frameworks and delete corresponding files that were unnecessarily saved пре 9 година
README.md 50a3cac60d merge conflicts пре 9 година
benchmark_config.json dbb6803673 In cases where there is no distinction in 'flavor' within a language use 'None' as the value for flavor. пре 9 година
pom.xml e718a9128f Use the same version of the MySQL connector 5.1.38 пре 9 година
setup.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) пре 8 година
source_code 50a3cac60d merge conflicts пре 9 година

README.md

BeyondJ Benchmarking Test

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

This is using several BeyondJ projects to build an application.

How to run this app

You can easily run this sample application For that, simply run:

java -jar beyondj-launcher/target/beyondj.jar &

Guides

Documentation

See BeyondJ projects documentation.

Application Endpoints

The application uses the 'beyondj-service' context; For the benchmark, all URLs are prefixed with "/perf" Check out SampleApplication, the main Application file

JSON serialization

Single database query

Multiple database queries

Fortunes

Database updates

Plaintext

Infrastructure Software Versions

The tests were run with:

Note: the code was adopted from the Spring version of the benchmarks