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

Remote Pagination Plugin

9 votes

6% of Grails users

Remote-Pagination plugin provides tags for pagination and to sort columns without page refresh, using ajax and loads only the list of objects needed. It supports multiple paginations as well. More than one remotePaginate, remotePageScroll, remoteNonStopPageScroll and remoteSortableColumn can be used on the same page unlike non-ajax pagination tags. Read more

Dependency :
compile ":remote-pagination:0.4.4"

Documentation

i18n Fields

  • Tags : internationalization
  • Latest : 0.6.4
  • Last Updated: 09 May 2013
  • Grails version : 1.3 > *
2 votes

This plugin provides an easy way of declarativily localize database fields of your content tables. Read more

Dependency :
compile ":i18n-fields:0.6.4"

Documentation

External Configuration Reload

2 votes

This plugin will poll for changes to external configuration files (files added to grails.config.locations), reload the configuration when a change has occurred, and notify specified plugins by firing the onConfigChange event in each. This plugin, like reloadable config (http://www.grails.org/plugin/reloadable-config), has no dependencies but uses simple Java timers. However, unlike reloadable config, it is able to be fired at will and plugins can be notified of configuration changes.

Please note:...

Read more

Dependency :
compile ":external-config-reload:1.3.0"

Documentation Source Issues

Pusher plugin

  • Tags : /
  • Latest : 0.5
  • Last Updated: 08 May 2013
  • Grails version : 2.0.3 > *
0 vote

Plugin for adding Pusher support into your application. Read more

Dependency :
runtime ":pusher:0.5"

Documentation

War Exec Plugin

  • Tags : deployment
  • Latest : 1.0.3
  • Last Updated: 07 May 2013
  • Grails version : 2.0 > *
1 vote

Makes the war files generated by Grails executable (java -jar myapp.war) by embedding Jetty. Jetty can be configured using properties in Config.groovy. Read more

Dependency :
runtime ":war-exec:1.0.3"

Documentation Source Issues

Validate Config Plugin

  • Tags : /
  • Latest : 0.4.2
  • Last Updated: 07 May 2013
  • Grails version : 2.0 > *
2 votes

Adds methods to ConfigObject for validating expected and required properties. To use it, specify validate.required and validate.expected in Config.groovy Read more

Dependency :
compile ":validate-config:0.4.2"

Documentation Source Issues

Previous12345678910..93Next