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

Atmosphere Meteor Plugin

  • Tags : ajax, atmosphere, async, meteor
  • Latest : 0.4.3
  • Last Updated: 30 April 2013
  • Grails version : 2.0 > *
0 vote

This plugin incorporates the Atmosphere Framework (https://github.com/Atmosphere/atmosphere/wiki). It can form the basis for a traditional XMPP server with a browser-based client without the limitations of BOSH. You can also download the plugin source code and run it as a standalone application and take the plugin for a test drive before installing. Read more

Dependency :
compile ":atmosphere-meteor:0.4.3"

Documentation Source Issues

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

Previous12345678910..92Next