The Google Web Toolkit for Grails.

13 votes
Dependency :
compile ":gwt:0.8"

Documentation Source Issues

Summary

Incorporates GWT into Grails. In particular, GWT host pages can be GSPs and standard Grails services can be used to handle client RPC requests.

Installation

  1. Download and install the GWT SDK from here.
  2. Set the GWT_HOME environment variable to the directory where you extracted the GWT SDK, e.g. /home/sinbad/dev/gwt-2.4.0 .
  3. Install the GWT plugin in any Grails project by running grails install-plugin gwt or (Grails >1.2) set the plugin-dependency in the BuildConfig.groovy file , e.g.:
plugins {
    …
    compile " :gwt:0.6.1"
    …
}

Description

Documentation can be found at Github

Javadocs also at Github