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

Grails CSV Plugin

  • Tags : csv, import
  • Latest : 0.3.1
  • Last Updated: 21 May 2013
  • Grails version : 1.2 > *
6 votes

6% of Grails users

The Grails CSV Plugin allows you to easily parse and consume CSV data from a number of input sources. It supports complex parsing scenarios such as nested commas inside quotes, escaped tokens, multi-line quoted values and allows configuration of parsing options (separator char, escape char, text encoding, etc). It is based on Glen Smith (et. al.)'s OpenCSV project (http://opencsv.sourceforge.net)

This plugin adds two dynamic methods 'eachCsvLine' and 'toCsvReader' to each of the following classe...

Read more

Dependency :
compile ":csv:0.3.1"

Documentation

Redis Plugin

supported by SpringSource

6 votes

The Redis plugin provides integration with a Redis datastore. Redis is a lightning fast 'data structure server'. The plugin enables a number of memoization techniques to cache results from complex operations in Redis. Read more

Dependency :
compile ":redis:1.3.3"

Documentation Source Issues

Grails ZK UI Plugin

  • Tags : ajax, ui, ria, zk
  • Latest : 0.5.6
  • Last Updated: 30 March 2013
  • Grails version : 1.2 > *
6 votes

ZK UI plugin,the same as the ZKGrails plugin, seamlessly integrates ZK with Grails' infrastructures.The different is it more likely to use the Grails' infrastructures such as gsp, controllers rather than zk's zul. Read more

Dependency :
compile ":zkui:0.5.6"

Documentation Source Issues

Previous1..567891011121314..48Next