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

Job Runner Plugin

  • Tags : /
  • Latest : 0.1
  • Last Updated: 21 May 2013
  • Grails version : 2.0 > *
0 vote

Allows running any bean with an execute method on the command line while maintaining transactions and service injection Read more

Dependency :
compile ":job-runner:0.1"

Documentation Source Issues

Http Logger Plugin

  • Tags : /
  • Latest : 1.0
  • Last Updated: 07 May 2013
  • Grails version : 2.0 > *
0 vote

Grails plugin for logging HTTP traffic.

It logs:

  • request information (url, headers, cookies, method, body),
  • grails dispatch information (controller, action, parameters),
  • response information (elapsed time and body).
It is mostly useful for logging your REST traffic. Full HTTP web pages can be huge to log and generally waste your space. I suggest to map all of your REST controllers with the same path in UrlMappings, e.g. `/rest/` and configure this plugin with this path. Read more

Dependency :
compile ":httplogger:1.0"

Documentation Source Issues

Goodform Plugin

  • Tags : /
  • Latest : 1.0.2
  • Last Updated: 13 May 2013
  • Grails version : 2.0 > *
0 vote

Create extremely usable complex forms with rules based flow that work well in browsers. Good form features a form definition DSL that allows rapid human readable form creation. Read more

Dependency :
compile ":goodform:1.0.2"

Documentation Source Issues

12345678910..93Next