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

Force Downloading Controller's Response in Browser

  • Tags : content download
  • Latest : 0.1.5
  • Last Updated: 05 April 2013
  • Grails version : 1.1 > *
0 vote

The plugin forces browser to open a dialog for downloading content produced within controller's action. Although the theory says that this is easily controlled by specifying Content-Disposition HTTP header, the practice shows that there are special situations (ofcourse) with IE that has to be handled properly.

Controllers are extended with forceDownload method that takes as parameters a Map specifying download options, and a object containing content:

forceDownload(filename:"file", contentType:"...

Read more

Dependency :
compile ":force-response-download:0.1.5"

Documentation Source

Facebook SDK Plugin

  • Tags : facebook, sdk, restfb
  • Latest : 0.4.10
  • Last Updated: 03 April 2013
  • Grails version : 2.0 > *
5 votes

The Facebook SDK Plugin allows your Grails application to use the Facebook Platform and develop Facebook apps on Facebook.com or on web sites (with Facebook Connect). It is a port of the official Facebook PHP SDK V3.1.1 to Grails 2.0. Read more

Dependency :
compile ":facebook-sdk:0.4.10"

Documentation Source Issues

File Server Plugin

  • Tags : files, download
  • Latest : 0.2
  • Last Updated: 02 April 2013
  • Grails version : 2.0 > *
0 vote

This plugin provides controller that allows you to serve files from any directory on disk. You can specify multiple "root" directories which contain files that should be served. In request you have to specify root directory you want to get file from and path to file (relative to root). Read more

Dependency :
compile ":file-server:0.2"

Documentation Source Issues

Grails ZK UI Plugin

  • Tags : ajax, ui, ria, zk
  • Latest : 0.5.6
  • Last Updated: 30 March 2013
  • Grails version : 1.2 > *
7 votes

ZK UI plugin,the same as the ZKGrails plugin, seamlessly integrates ZK with Grails' infrastructures.The different is it more likely to use the Grails' infrastructures such as gsp, controllers rather than zk's zul. Read more

Dependency :
compile ":zkui:0.5.6"

Documentation Source Issues

Previous1..45678910111213..93Next