Grails Plugins
This page contains links to the documentation for each plugin that is available for Grails. For creating your own plugins see the The Plug-in Developers Guide .
Testing
Rich Client/Ajax Plugins
Chart Plugins
Web Services Plugins
Performance / Utility Plugins
Scheduling Plugins
Security Plugins
Web Design Plugins
Search
Scaffolding / Templating / Binding plugins
Persistence Plugins
- Explicit Insert Plugin adds an insert method to all domain classes to resolve save() issues with legacy tables with assigned keys and no version or timestamp.
- Acts As Taggable Plugin add the acts_as_taggable ability to domain class
- Systemi Grails Domain Plugin generates Grails domain classes from a legacy IBM System i (a.k.a. AS/400, a.k.a. iSeries) table
- Grails Audit Logging Plugin track who changed what via Hibernate events, can be optionally configured to log users from multiple security plugins, adds onChange event handler to marked domain classes and exposes old and new values.
Functionality plugins
Other Frameworks
Database Change Tracking
LDAP
Report
- Jasper Plugin - Add Jasper reports in your web application easily.
Remote Controller
- Func Plugin - Add to your application Func (https://fedorahosted.org/func) functionality, to simple manage remote machines (At the moment only linux machines can be controlled)
Rules Engine
Workflow