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

Cargo Deploy Plugin

  • Tags : /
  • Latest : 0.1
  • Last Updated: 16 September 2012
  • Grails version : 2.0 > *
0 vote

This allows deployment of your grails applicaiton WAR file directly to an application server. This plugin uses the cargo libraries to deploy WAR files and manage servlet containers. If you wish to check to see if your servlet container is supported, see: http://cargo.codehaus.org/ Read more

Dependency :
compile ":cargo-deploy:0.1"

Documentation Source Issues

CasperJS Tests Runner Plugin

  • Tags : /
  • Latest : 0.2
  • Last Updated: 22 February 2013
  • Grails version : 2.0 > *
1 vote

Runs functional CapserJS tests in Grails application. The results of these tests are reported in xUnit XML files compatible. To run the tests, you must enter the following command: grails test-app casper: Read more

Dependency :
compile ":casper-runner:0.2"

Documentation Source Issues

Astyanax Cassandra Client

  • Tags : persistence, nosql, cassandra
  • Latest : 0.3.2
  • Last Updated: 30 November 2012
  • Grails version : 2.0.0 > *
0 vote

This plugin exposes the Astyanax Cassandra client as a Grails service and adds dynamic methodsto make using it from Groovy more convenient. It also implements the interface defined by the cassandra-orm plugin (to be released soon) that provides GORM-like dynamic methods for storing Groovy objects and relationships in Cassandra.Note that this plugin does not implement the GORM API. Read more

Dependency :
compile ":cassandra-astyanax:0.3.2"

Documentation Source Issues

Previous1..6789101112131415..94Next