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

File Server Plugin

  • Tags : files, download
  • Latest : 0.2
  • Last Updated: 02 April 2013
  • Grails version : 2.0 > *
0 vote

This plugin provides controller that allows you to serve files from any directory on disk. You can specify multiple "root" directories which contain files that should be served. In request you have to specify root directory you want to get file from and path to file (relative to root). Read more

Dependency :
compile ":file-server:0.2"

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

Clover Code Coverage for Grails

  • Tags : testing, coverage, reporting
  • Latest : 3.1.11
  • Last Updated: 26 March 2013
  • Grails version : 1.3.* > *
2 votes

A plugin that integrates Clover into GRAILS projects. Clover is a Code Coverage tool that produces beautiful reports which are highly configurable and extensible. Clover not only reports which lines of code were executed during a test run, it also reports which tests hit which lines of code. Clover's reports include: Tag Clouds of your entire project that compare Complexity with Coverage A TreeMap to visualise the most complex, uncovered areas of your project Fully Cross Referenced HTML view... Read more

Dependency :
compile ":clover:3.1.11"

Documentation

Previous1..45678910111213..93Next