Community contributed extensions

Jersey [jersey] module

This module is for the Play 1.x series only.

Integrates Jersey into the Play! Framework. This enables you to use JAX-RS 1.1 annotations to define your endpoints.

Jackson is shipped with the plugin and used for all serialization/deserialization issues, but it should be pretty easy to provide custom providers and use whatever you want.

https://bitbucket.org/psartini/play-jersey

Written by Piero Sartini.

Published releases

0.1 May 31 2011 Documentation Try Play

To install locally this module use the install command:

play install jersey-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> jersey {version}