Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 tests

Read more at [this](http://pjagielski.pl/2013/10/26/integration-testing-custom-validation-constraints/) blog post.