12345678910111213141516171819202122232425 |
- {
- "framework": "tapestry",
- "tests": [{
- "default": {
- "setup_file": "setup",
- "json_url": "/tapestry/hellojson",
- "db_url": "/tapestry/hellodb",
- "query_url": "/tapestry/hellodb?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "tapestry",
- "language": "Java",
- "orm": "Full",
- "platform": "Servlet",
- "webserver": "Resin",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "tapestry",
- "notes": "",
- "versus": "servlet"
- }
- }]
- }
|