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

Grails Font Awesome Resources Plugin

  • Tags : ui, resources
  • Latest : 3.1
  • Last Updated: 15 May 2013
  • Grails version : 2.0 > *
0 vote

Like the jquery-resources plugin that pulls in the jquery javascript lib as a resource, this plugin pulls in Font Awesome. Font Awesome is a very popular font based icon set. Font based icons are a very convenient means of incorporating icons into a web application and the technique is growing in popularity. Font Awesome probably works best when used with the twitter bootstrap UI framework for which it was designed. Read more

Dependency :
compile ":font-awesome-resources:3.1"

Documentation Source Issues

dynamic-themes Plugin

  • Tags : ui, view, theme, themes
  • Latest : 0.1
  • Last Updated: 10 December 2012
  • Grails version : 2.1 > *
0 vote

The dynamic-themes plugin allows your Grails application to load and render your pages with your own theme (folders with GSP templates and css) dinamically outside the scope of a web request. You can process models and sections (your own tags) in your templates. See DynamicThemesExamples (https://github.com/gonzalogarciajaubert/DynamicThemesExample/wiki) application for examples. Read more

Dependency :
compile ":dynamic-themes:0.1"

Documentation Source Issues

The RAP Widget Toolkit (RWT) for Grails.

1 vote

This plugin integrates RWT - the web-ported Standard Widget Toolkit (SWT) - into yourGrails application. It enables you to build your RWT and JFace powered user interfaces using Groovyand the complete Grails framework stack with all its powerful features and syntactic DSL sugar. Read more

Dependency :
compile ":rwt:0.1"

Documentation Source Issues

Previous1234