Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 996 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 996 Bytes

Tutorials

Building REST APIs using Spring and HATEOAS

When it comes to building REST API´s using Java nowadays I always turn to Spring and Spring Boot in particular.

But if I wanted to do the same using the reference implementations in Java for JAX-RS and CDI? How would I do this and without deploying to some heavy application server? Well, this is the result.

Example on how to use proxy when working with Weld

Performance comparison between Spring WebFlux, Undertow and Vert.x building REST APIs serving JSON.