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

jasper plugin

  • Tags : report, jasper, xml, pdf, csv
  • Latest : 1.6.1
  • Last Updated: 23 May 2013
  • Grails version : 1.3.0 > *
20 votes

6% of Grails users

This plugin adds easy support for launching jasper reports from GSP pages. After installing this plugin, run your application and request (app-url)/jasper/demo for a demonstration and instructions. Read more

Dependency :
compile ":jasper:1.6.1"

Documentation Source Issues

Grails CSV Plugin

  • Tags : csv, import
  • Latest : 0.3.1
  • Last Updated: 23 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

Previous12345678910..84Next