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

Localizations (messages) plugin

  • Tags : internationalization
  • Latest : 1.4.4.11
  • Last Updated: 23 May 2013
  • Grails version : 2.0 > *
3 votes

This plugin will pull i18n definitions from the database rather than from the standard properties files in the i18n folder.

It will do the following:

  • Create a domain class and corresponding table called Localization
  • Prepopulate the table with all the message properties it finds in the i18n folder
  • Ensure Grails writes i18n messages based on what it finds in the database rather than the 118n folder
In addtion the plugin also has these added features to help you:
  • A CRUD UI to add, delete, and upda...
Read more

Dependency :
compile ":localizations:1.4.4.11"

Documentation Source Issues

Job Runner Plugin

  • Tags : /
  • Latest : 0.1.1
  • Last Updated: 22 May 2013
  • Grails version : 2.0 > *
0 vote

Allows running any bean with an execute method on the command line while maintaining transactions and service injection Read more

Dependency :
compile ":job-runner:0.1.1"

Documentation Source Issues

Health Control

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

Automated control of services, resources and other things that might fail from time to time. Read more

Dependency :
compile ":health-control:0.4"

Documentation Source Issues

JRimum Bopepo Plugin

  • Tags : /
  • Latest : 0.4
  • Last Updated: 20 May 2013
  • Grails version : 1.3.7 > *
0 vote

This plugin allow to create Boletos Bancarios for Banks of Brazil using the Jrimum Bopepo library It define a DSL to declare the Boleto's data structure and same methods to easy render in web interface Read more

Dependency :
compile ":jrimum-bopepo:0.4"

Documentation

12345678910..93Next