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

Cookie Session Plugin

  • Tags : utility, session, cookies
  • Latest : 2.0.7
  • Last Updated: 13 February 2013
  • Grails version : 1.2.4 > *
2 votes

The Cookie Session plugin enables grails applications to store session data in http cookies between requests instead of in memory on the server. This allows application deployments to be more stateless which supports simplified scaling architectures and fault tolerance. Read more

Dependency :
compile ":cookie-session:2.0.7"

Documentation Source

Wkhtmltopdf Plugin

  • Tags : utility, pdf
  • Latest : 0.1.7
  • Last Updated: 23 October 2012
  • Grails version : 1.3.6 > *
2 votes

Provides a Wrapper for wkhtmltopdf, a Simple shell utility to convert html to pdf using the webkit rendering engine, and qt. Read more

Dependency :
compile ":wkhtmltopdf:0.1.7"

Documentation Source Issues

Previous123