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

Dojo 1.7.2.0 for Grails

11 votes

The Dojo Plugin adds the Dojo toolkit to your application. This javascript library provides a complete collection of user interface controls, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible user experience. This plugin provides full support for <g:formRemote>, <g:remoteField>, <g:remoteFunction>, <g:remoteLink> and <g:submitToRemote>. Also adds these two tags: <dojo:pagi... Read more

Dependency :
compile ":dojo:1.7.2.0"

Documentation Source Issues

Excel, Excel 2007 & CSV Importer Using Apache POI

11 votes

4% of Grails users

Excel-Import plugin uses Apache POI http://poi.apache.org/ library (v 3.7) to parse Excel files. It's useful for either bootstrapping data, or when you want to allow your users to enter some data using Excel spreadsheets. Read more

Dependency :
compile ":excel-import:1.0.0"

Documentation Source Issues

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

Previous12345678910..48Next