| 12345678910111213141516171819202122232425262728 |
- {
- "framework": "grails",
- "tests": [{
- "default": {
- "json_url": "/hello/json",
- "db_url": "/hello/db",
- "query_url": "/hello/queries?queries=",
- "fortune_url": "/hello/fortunes",
- "update_url": "/hello/updates?queries=",
- "plaintext_url": "/hello/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "Grails",
- "language": "Groovy",
- "flavor": "Groovy2",
- "orm": "Full",
- "platform": "Servlet",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "Grails",
- "notes": "",
- "versus": "servlet"
- }
- }]
- }
|