Plugins You can find out about all the publicly available Grails plugins.

Restrpc Plugin

  • Tags : rpc, rest, api, annotation, restrpc
  • Latest : 0.1
  • Last Updated: 29 April 2013
  • Grails version : 2.0 > *
1 vote

RESTRPC is an interceptor api that allows the user to associate more than one method/function per request method while still being compliant with the REST standard thus creating a ONE-TO-MANY pairing. Read more

Dependency :
compile ":restrpc:0.1"

Documentation Source Issues

JSR 311 plugin

4 votes

2% of Grails users

A 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.

A...

Read more

Dependency :
compile ":jaxrs:0.8"

Documentation Source Issues

Wslite plugin

  • Tags : soap, rest
  • Latest : 0.7.2.0
  • Last Updated: 09 March 2013
  • Grails version : 1.2.2 > *
0 vote

This plugin brings the power of https://github.com/jwagenleitner/groovy-wslite library to your Grails app. Thanks to Andres Almiray to provided code at https://github.com/griffon/griffon-wslite-plugin! Read more

Dependency :
compile ":wslite:0.7.2.0"

Documentation Source Issues

REST client facilities

  • Tags : rest
  • Latest : 0.7
  • Last Updated: 24 May 2013
  • Grails version : 1.2.0 > *
9 votes

11% of Grails users

Adds REST client capabilities to your Grails application. Read more

Dependency :
compile ":rest:0.7"

Documentation

12Next