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

Trimmer Plugin

  • Tags : /
  • Latest : 0.1
  • Last Updated: 16 September 2012
  • Grails version : 1.3 > *
4 votes

Trim all String input + convert an textinput that contains only blanks into null. Read more

Dependency :
compile ":trimmer:0.1"

Documentation Source Issues

War Exec Plugin

  • Tags : deployment
  • Latest : 1.0.3
  • Last Updated: 07 May 2013
  • Grails version : 2.0 > *
1 vote

Makes the war files generated by Grails executable (java -jar myapp.war) by embedding Jetty. Jetty can be configured using properties in Config.groovy. Read more

Dependency :
runtime ":war-exec:1.0.3"

Documentation Source Issues

Xss Sanitizer Plugin

  • Tags : xss, owasp, esapi
  • Latest : 0.1
  • Last Updated: 16 September 2012
  • Grails version : 2.0 > *
0 vote

Grails plugin for sanitizing XSS from the user input.

This plugin uses OWASP ESAPI library to sanitize request parameters. This reduces the risk of dangerous XSS request parameters possibly being rendered on the client. Read more

Dependency :
compile ":xss-sanitizer:0.1"

Documentation Source Issues

Jsonp Plugin

  • Tags : /
  • Latest : 0.2
  • Last Updated: 02 November 2012
  • Grails version : 2.0 > *
0 vote

Override render method defined for all controller to add parameter callback function name to provide cross domain JSONP RESTfull controllers Read more

Dependency :
compile ":jsonp:0.2"

Documentation Source Issues

Slug Generator

  • Tags : /
  • Latest : 0.3.1
  • Last Updated: 06 April 2013
  • Grails version : 2.0 > *
0 vote

This plugin generate unique slugs for String properties. Its main use case is to generate unique an "nice" urls for access to domain objects.

For example, instead of access to a user profile by id http://www.domain.com/user/25 you can generate an unique url based in the user name: http://www.domain.com/user/ivan-lopez (in case the user name is Iván López). Read more

Dependency :
compile ":slug-generator:0.3.1"

Documentation Source

Previous1..567891011121314..93Next