Nick Kasvosve fe43d00b3f add some documentation 10 years ago
..
beyondj-data f1a0ffcaef separate data loader from service module 9 years ago
beyondj-data-loader 35c2b6a391 fix loader pom to enable jar launch 9 years ago
beyondj-launcher fe43d00b3f add some documentation 9 years ago
beyondj-service fe43d00b3f add some documentation 9 years ago
README.md fe43d00b3f add some documentation 9 years ago
benchmark_config.json dd53599726 initial commit 9 years ago
pom.xml f1a0ffcaef separate data loader from service module 9 years ago
setup.sh fe43d00b3f add some documentation 9 years ago
source_code fe43d00b3f add some documentation 9 years ago

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 locally

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

java -jar beyondj.jar

Guides

Documentation

See BeyondJ projects documentation.

Application Endpoints

When deployed locally, 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