Sign in to edit and +1 items.
Login required
Download

The Google Web Toolkit for Grails.

(12)
Author(s)
Current Release 0.6.1   (5 months ago)
Grails Version 1.1 > *
Tags ajax  ajax-client  google  rich client 
Dependency
compile ":gwt:0.6.1"
Custom repositories
mavenRepo "http://grails.org/plugins"
mavenRepo "http://repo.grails.org/grails/libs-releases-local/"
Incorporates GWT into Grails. In particular, GWT host pages can be GSPs and standard Grails services can be used to handle client RPC requests.
Last updated by bwolff 1 month ago
  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"
    …
}
Last updated by david_dawson 1 month ago
Documentation can be found at Github

Javadocs also at Github

Last updated by admin 3 years ago
Last updated by admin 3 years ago