RESTEasy CRUD module [resteasycrud] module
This module is for the Play 1.x series only.
The Play! RESTEasy CRUD module which allows you to automagically generate your RESTful CRUD resources for a given model. No boilerplate code needed anymore and 100% RESTful.
http://www.lunatech-labs.com/open-source/resteasy-crud-play-module
Written by Stephane Epardaud.
Published releases
1.1 | Mar 03 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install resteasycrud-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> resteasycrud {version}