Comparison of REST resource and client implementations using several Java-based frameworks and libraries.
The root of this repo contains a number of folders, each containing a separate example using a different library/framework. Each of the examples are described briefly below:
A client app using Jersey JAX-RS Client api to call a resource at localhost:8080/sample
Sample REST resource at /sample implemented using Jersey JAX-RS api.
Sample REST resource at /sample pacakged as a Spring Boot application, with the resource implemented using Jersey JAX-RS.