This plugin is intended to produce a lightweight, deployable grails application. It embeds jetty, and uses a number of
the conventions from Dropwizard that make sense.
This plugin uses some code from both the standalone plugin by Burt Beckwith and Dropwizard by Codahale. Read more
Dependency :
compile ":lightweight-deploy:0.6.6"
Documentation
Source
Issues
Provides integration between Grails and Hibernate through GORM Read more
Dependency :
compile ":hibernate:2.2.3"
Documentation
Makes Tomcat 7.0 the default servlet container for Grails at development time. Read more
Dependency :
build ":tomcat:2.2.3"
Documentation
Source
Issues
Provide simple breadcrumb functionality using the twitter bootstrap library Read more
Dependency :
compile ":bootstrap-crumbs:1.0.3"
Documentation
Source
This plugin adds Quartz job scheduling features to Grails application. Read more
Dependency :
compile ":quartz:1.0-RC9"
Documentation
Source
Issues
Incorporates GWT into Grails. In particular, GWT host pages can be
GSPs and standard Grails services can be used to handle client RPC
requests. Read more
Dependency :
compile ":gwt:0.9"
Documentation
Source
Issues
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.2.1"
Documentation
Source
Issues
Plugin for using Stripe to process credit card transactions. Read more
Dependency :
compile ":stripe:2.2"
Documentation
Source
Issues
Plugin to allow for handling controller actions in JavaScript Read more
Dependency :
compile ":js-controllers:1.2"
Documentation
Source
Issues
A plugin that integrates the Neo4j graph database into Grails, providing a GORM API onto it Read more
Dependency :
compile ":neo4j:1.0.0"
Documentation
Source
Issues