Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
vijaykiran edited this page Apr 19, 2012 · 3 revisions

RESTEasy-CRUD Play module

The RESTEasy-CRUD Play module allows you to automatically generate a set of CRUD JAX-RS RESTful web services in the Play framework using RESTEasy.

Installation

To install, first install the RESTEasy Play module, then copy the RESTEasy CRUD distribution download folder to $PLAY_HOME/modules/ and rename it to resteasy-crud.

Version history

1.1

  • Upgrade to RESTEasy 2.1
  • Drop requirement to subclass DataTable
  • Drop requirement to implement hasPermission
  • Introduce CRUDSecurity

1.0

  • Initial revision
Clone this wiki locally