|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "framework": "jooby2",
|
|
|
+ "framework": "jooby",
|
|
|
"tests": [{
|
|
|
"default": {
|
|
|
"json_url": "/json",
|
|
@@ -11,20 +11,20 @@
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
|
- "framework": "jooby 2.x",
|
|
|
+ "framework": "Jooby.x",
|
|
|
"language": "Java",
|
|
|
"flavor": "None",
|
|
|
- "platform": "Netty",
|
|
|
+ "platform": "Undertow",
|
|
|
"database": "Postgres",
|
|
|
"database_os": "Linux",
|
|
|
"orm": "Raw",
|
|
|
"webserver": "None",
|
|
|
"os": "Linux",
|
|
|
- "notes": "Jooby 2 using Netty",
|
|
|
- "display_name": "jooby2-netty",
|
|
|
- "versus": "netty"
|
|
|
+ "notes": "Jooby using Undertow",
|
|
|
+ "display_name": "jooby-undertow",
|
|
|
+ "versus": "undertow"
|
|
|
},
|
|
|
- "mvc": {
|
|
|
+ "netty": {
|
|
|
"json_url": "/json",
|
|
|
"plaintext_url": "/plaintext",
|
|
|
"db_url": "/db",
|
|
@@ -34,20 +34,20 @@
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
|
- "framework": "jooby 2.x",
|
|
|
+ "framework": "Jooby.x",
|
|
|
"language": "Java",
|
|
|
"flavor": "None",
|
|
|
- "platform": "Undertow",
|
|
|
+ "platform": "Netty",
|
|
|
"database": "Postgres",
|
|
|
"database_os": "Linux",
|
|
|
"orm": "Raw",
|
|
|
"webserver": "None",
|
|
|
"os": "Linux",
|
|
|
- "notes": "Jooby 2 MVC using Undertow",
|
|
|
- "display_name": "jooby2-mvc",
|
|
|
- "versus": "undertow"
|
|
|
+ "notes": "Jooby using Netty",
|
|
|
+ "display_name": "jooby-netty",
|
|
|
+ "versus": "netty"
|
|
|
},
|
|
|
- "undertow": {
|
|
|
+ "mvc": {
|
|
|
"json_url": "/json",
|
|
|
"plaintext_url": "/plaintext",
|
|
|
"db_url": "/db",
|
|
@@ -57,7 +57,7 @@
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
|
- "framework": "jooby 2.x",
|
|
|
+ "framework": "Jooby.x",
|
|
|
"language": "Java",
|
|
|
"flavor": "None",
|
|
|
"platform": "Undertow",
|
|
@@ -66,8 +66,8 @@
|
|
|
"orm": "Raw",
|
|
|
"webserver": "None",
|
|
|
"os": "Linux",
|
|
|
- "notes": "Jooby 2 using Undertow",
|
|
|
- "display_name": "jooby2-undertow",
|
|
|
+ "notes": "Jooby MVC using Undertow",
|
|
|
+ "display_name": "jooby-mvc",
|
|
|
"versus": "undertow"
|
|
|
},
|
|
|
"jetty": {
|
|
@@ -80,7 +80,7 @@
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
|
- "framework": "jooby 2.x",
|
|
|
+ "framework": "Jooby.x",
|
|
|
"language": "Java",
|
|
|
"flavor": "None",
|
|
|
"platform": "Jetty",
|
|
@@ -89,8 +89,8 @@
|
|
|
"orm": "Raw",
|
|
|
"webserver": "None",
|
|
|
"os": "Linux",
|
|
|
- "notes": "Jooby 2 using Jetty",
|
|
|
- "display_name": "jooby2-jetty",
|
|
|
+ "notes": "Jooby using Jetty",
|
|
|
+ "display_name": "jooby-jetty",
|
|
|
"versus": "jetty"
|
|
|
},
|
|
|
"pgclient": {
|
|
@@ -101,7 +101,7 @@
|
|
|
"port": 8080,
|
|
|
"approach": "Realistic",
|
|
|
"classification": "Fullstack",
|
|
|
- "framework": "jooby 2.x",
|
|
|
+ "framework": "Jooby.x",
|
|
|
"language": "Java",
|
|
|
"flavor": "None",
|
|
|
"platform": "Undertow",
|
|
@@ -110,8 +110,8 @@
|
|
|
"orm": "Raw",
|
|
|
"webserver": "None",
|
|
|
"os": "Linux",
|
|
|
- "notes": "Jooby 2 with Reactive PG client",
|
|
|
- "display_name": "jooby2-pgclient",
|
|
|
+ "notes": "Jooby with Reactive PG client",
|
|
|
+ "display_name": "jooby-pgclient",
|
|
|
"versus": "undertow"
|
|
|
}
|
|
|
}]
|