Wiki¶
This is a modified version of the grails-gwt-plugin (http://www.grails.org/plugin/gwt).
Enhancements¶
The following enhancements have been added:
- The generation of gwt service interfaces from grails services (generate-gwt-rpc):
- handles generic return and parameter types
- writes simple class names and import statements if possible, uses fully qualified names in case of name collision
- adds the annotation @RemoteServiceRelativePath("rpc") on the rpc sync interface (GWT Version 1.6 necessary)
Documentation¶
Also the documentation of the original plugin is a little outdated. Therefore I wrote an updated version:
Usage