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

Kickstart with Bootstrap - Good looking websites!

16 votes

Kickstart is a plugin for Grails to start your project with a good looking frontend. It provides adapted scaffolding templates for standard CRUD pages using the Bootstrap web page template by Twitter. Read more

Dependency :
compile ":kickstart-with-bootstrap:0.9.6"

Documentation Source

Wslite plugin

  • Tags : soap, rest
  • Latest : 0.7.2.0
  • Last Updated: 09 March 2013
  • Grails version : 1.2.2 > *
0 vote

This plugin brings the power of https://github.com/jwagenleitner/groovy-wslite library to your Grails app. Thanks to Andres Almiray to provided code at https://github.com/griffon/griffon-wslite-plugin! Read more

Dependency :
compile ":wslite:0.7.2.0"

Documentation Source Issues

Coffeescript Compiler Plugin

0 vote

A simple CoffeeScript compiler plugin. It compiles .coffee source files into .js files, and does not require NodeJS or CoffeeScript to be installed on your machine. (If you have NodeJS installed, the plugin will use it, but if not, it will use an embedded Rhino-based compiler.) Leaves you with full control over if/how to use these generated .js files as resources, etc. Full documentation at: https://github.com/brian428/grails-coffeescript-compiler-plugin. Read more

Dependency :
compile ":coffeescript-compiler:0.9.2"

Documentation Source Issues

MongoDB GORM

supported by SpringSource

  • Tags : persistence, gorm, mongodb, nosql
  • Latest : 1.2.0
  • Last Updated: 19 May 2013
  • Grails version : 2.0.0 > *
26 votes

4% of Grails users

A plugin that integrates the Mongo document datastore into Grails, providing a GORM API onto it Read more

Dependency :
compile ":mongodb:1.2.0"

Documentation Source Issues

iCalendar Plug-in

  • Tags : utility, calendar, builder
  • Latest : 0.3.5
  • Last Updated: 04 March 2013
  • Grails version : 2.0.0 > *
4 votes

This plugin contains a builder to easily convert your event into the iCalendar format. The plugin hooks replaces each render method that uses the contentType 'text/calendar'. Read more

Dependency :
compile ":ic-alendar:0.3.5"

Documentation Source Issues

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

Localizations (messages) plugin

  • Tags : internationalization
  • Latest : 1.4.4.10
  • Last Updated: 24 February 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.10"

Documentation Source Issues

Previous1..6789101112131415..93Next