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 tasks plugin provides a way to run background tasks in grails using
rabbitmq to queue them. Provides a framework for adding tasks, deleting
them, and aborting them. Read more
Dependency :
compile ":rabbitmq-tasks:0.5.4"
Documentation
Source
Issues
Server side rendering of Handlebars templates Read more
Dependency :
runtime ":handlebars:1.1.0"
Documentation
Source
Issues
A taglib for forms. see <a href="http://nerderg.com/Nerderg+Form+Taglib">documentation</a>
Bringing Readability, Convention, Consistency and CSS to form design.
It gives you:
- Labels and structure without cluttering up your GSP form
- Standard error marking and handling without cluttering up your GSP form
- Compatibility with browsers
- Javascript assistance with pickers and choosers where appropriate using jQuery
- CSS themeable rendering of forms
e.g.
<nerderg:formfield label='Select one' field='age' be...
Read more
Dependency :
compile ":nerderg-form-tags:2.1.3"
Documentation
Source
Issues
Provides a proof of concept Platform UI Theme based on Twitter Bootstrap Read more
Dependency :
compile ":bootstrap-theme:1.0.RC3"
Documentation
Provides the TCPMon web service monitoring tool Read more
Dependency :
compile ":tcpmon:0.1"
Documentation
Source
Issues
Adds a set of scripts that allow standalone integration with the CloudBees client API. Read more
Dependency :
compile ":cloud-bees:0.6.2"
Documentation
Source
Issues
Adds JMX support and provides the ability to expose services and other Spring beans as MBeans Read more
Dependency :
compile ":jmx:0.8"
Documentation
Source
Issues
Enables functional tests to be used as light load tests. Once you install this plugin, your application will
be able to run functional tests in parallel, provided you have already done the necessary, to setup your
application to run functional tests. Read more
Dependency :
compile ":funky-test-load:0.3.9"
Documentation
Source
Issues
Hibernate Application Info Read more
Dependency :
compile ":app-info-hibernate:0.2"
Documentation
Source
Issues