Siva / grails-jaxrs

JAX-RS Plugin for Grails

Home Page:http://code.google.com/p/grails-jaxrs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Grails JAX-RS Plugin

A Grails plugin that supports the development of RESTful web services based on the Java API for RESTful Web Services (JSR 311: JAX-RS).

It is targeted at developers who want to structure the web service layer of an application in a JSR 311 compatible way but still want to continue to use Grails' powerful features such as GORM, automated XML and JSON marshalling, Grails services, Grails filters and so on. This plugin is an alternative to Grails' built-in mechanism for implementing RESTful web services.

At the moment, plugin users may choose between Jersey and Restlet as JAX-RS implementations. Both implementations are packaged with the plugin. Support for Restlet was added in version 0.2 of the plugin in order to support deployments to Google App Engine.

Learn more at the project wiki.

About

JAX-RS Plugin for Grails

http://code.google.com/p/grails-jaxrs/

License:Apache License 2.0