Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roroche/java-rapid-prototyping

Rapid prototyping using Java lightweight frameworks
https://github.com/roroche/java-rapid-prototyping

gradle java javalin nitrite rest

Last synced: 3 days ago
JSON representation

Rapid prototyping using Java lightweight frameworks

Awesome Lists containing this project

README

        

# Java rapid prototyping

Rapid prototyping using Java lightweight frameworks

## Init

- Junit 5:
-
- Javalin:
-
- Nitrite:
-
- Rest-assured:
-

## Javalin

- Handler groups:
- Validation:
- Default responses:
- Exception Mapping:

To go deeper:
- handlers:
- server-side events:
- tutorials:
- etc.

## Rest-assured

-