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

https://github.com/jdcasey/jaxrs-tests

test app using propulsor, just a small app to quickly try out different techniques
https://github.com/jdcasey/jaxrs-tests

Last synced: about 1 year ago
JSON representation

test app using propulsor, just a small app to quickly try out different techniques

Awesome Lists containing this project

README

          

# Test JAX-RS App

This is just a really simple test application that uses Undertow + Resteasy + Jackson via [Propulsor](https://github.com/Commonjava/propulsor), which helps with the basic setup, booting, etc.

The app itself is just meant to try out different techniques and see how Undertow, Resteasy, and company handle scenarios. I wanted a place the check things without having to create a massive change to an existing application (which could introduce many other complications).