Skip to content

kevinhooke/JavaRESTFrameworkComparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaRESTFrameworkComparison

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:

JaxRSClient

A client app using Jersey JAX-RS Client api to call a resource at localhost:8080/sample

WildFlySwarmJaxRS

Sample REST resource at /sample implemented using Jersey JAX-RS api.

SpringBootREST

Sample REST resource at /sample pacakged as a Spring Boot application, with the resource implemented using Jersey JAX-RS.

More examples in progress

About

Comparison of implementing REST resources and clients using Java-based frameworks and libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published