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
- Host: GitHub
- URL: https://github.com/jdcasey/jaxrs-tests
- Owner: jdcasey
- Created: 2015-08-06T16:44:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T16:48:24.000Z (almost 11 years ago)
- Last Synced: 2025-07-06T07:09:02.211Z (about 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).