dependabot[bot] aef781bab5 Bump mysql-connector-java from 5.1.47 to 8.0.28 in /frameworks/Java/act (#7437) 3 éve
..
src 7ea86d7660 generate sorted ids + set different randomNumber on update (#5240) 5 éve
.gitignore d23d90144d update act project to act-1.8.8-rc4 (#3733) 7 éve
CHANGELOG.md c296d01d4a [ci fw-only Java/act] fix broken tests on JPA based ORM tech (#4064) 7 éve
README.md dea8e69af4 [ci fw-only java/act] update act to 1.8.17 (#4287) 6 éve
act-ebean-mysql-rythm.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-ebean-mysql.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-ebean-pgsql-rythm.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-ebean-pgsql.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-eclipselink-mysql-rythm.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-eclipselink-mysql.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-eclipselink-pgsql-rythm.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-eclipselink-pgsql.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-hibernate-mysql-rythm.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-hibernate-mysql.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-hibernate-pgsql-rythm.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-hibernate-pgsql.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-morphia-mongo-rythm.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act-morphia-mongo.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
act.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 éve
benchmark_config.json f53ce87c32 [ci fw-only Java/act] update act to 1.8.11 (#4175) 6 éve
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 éve
pom.xml aef781bab5 Bump mysql-connector-java from 5.1.47 to 8.0.28 in /frameworks/Java/act (#7437) 3 éve

README.md

ActFramework Benchmarking Test

ActFramework Expressive, fast and testable web framework designed by Java developer for Java developer

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

public class AppEntry {

    @GetAction
    public String sayHelloTo(@DefaultValue("World") String who) {
        return "Hello " + who + "!";
    }

    public static void main(String[] args) throws Exception {
        Act.start();
    }

}

Plain Text Test

JSON Encoding Test

Single Query Test

Multiple Queries Test

Database Update Test

Fortunes Test