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

Context param plugin

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

Automatically adds parameters specified as @ContextParam on a controller to redirect calls. Read more

Dependency :
compile ":context-param:1.0"

Documentation Source

Cookie Plugin

  • Tags : /
  • Latest : 0.4
  • Last Updated: 19 May 2013
  • Grails version : 2.1 > *
1 vote

2% of Grails users

Makes dealing with cookies easy. Provides an injectable service and tag to easily get, set, and delete cookies with one line Read more

Dependency :
compile ":cookie:0.4"

Documentation Source

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

CORS Plugin

  • Tags : /
  • Latest : 1.1.0
  • Last Updated: 25 April 2013
  • Grails version : 2.0 > *
3 votes

Installs a servlet filter to set Access-Control-Allow-Origin and other CORS related headers to enable cross site AJAX requests to your Grails application Read more

Dependency :
runtime ":cors:1.1.0"

Documentation Source Issues

Previous1..11121314151617181920..93Next