Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjagielski/jersey2-starter
Kick-start layout for RESTful application based on Jersey2 container
https://github.com/pjagielski/jersey2-starter
Last synced: 2 days ago
JSON representation
Kick-start layout for RESTful application based on Jersey2 container
- Host: GitHub
- URL: https://github.com/pjagielski/jersey2-starter
- Owner: pjagielski
- License: apache-2.0
- Created: 2013-09-25T14:38:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T22:20:13.000Z (about 11 years ago)
- Last Synced: 2024-04-17T10:58:59.918Z (7 months ago)
- Language: Java
- Size: 195 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jersey2-starter
===============Kick-start layout for RESTful application based on Jersey2 container
[![Build Status](https://api.travis-ci.org/pjagielski/jersey2-starter.png)](https://travis-ci.org/pjagielski/jersey2-starter)
[![Coverage Status](https://coveralls.io/repos/pjagielski/jersey2-starter/badge.png)](https://coveralls.io/r/pjagielski/jersey2-starter)Features
--------* Simple configuration, no web.xml
* Spring 3 support
* Jackson 2.x as JSON provider
* ISO8601 Joda DateTime to handle dates
* Error codes mapper to JSON
* Custom validation constraints
* Embedded Jetty for integration testsRead more at [this](http://pjagielski.pl/2013/10/26/integration-testing-custom-validation-constraints/) blog post.