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

Render RSS/Atom feeds with a simple builder

10 votes

This plugin adds a feedType and feedVersion parameters to the render method of controllers, which if passeda valid feed type such as "rss" or "atom" and a version will expect a closure to be passed with render,which will render a feed using a custom builder. The FeedBuilder used for this accepts entry and content nodes, any propertiesof which can be set within the builder. These are beans from the ROME API so all properties thereshould work. Read more

Dependency :
compile ":feeds:1.6"

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

Remoting Plugin

  • Tags : web services
  • Latest : 1.3
  • Last Updated: 04 September 2012
  • Grails version : 2.0 > *
0 vote

This plugin makes it easy to expose your Grails services to remote clients via RMI, Hessian, Burlap and Spring's HttpInvoker protocol. In addition, you can easily access remote services via the same set of protocols. Read more

Dependency :
compile ":remoting:1.3"

Documentation Source Issues

12Next