Skip to content
vbuzzano edited this page Sep 14, 2010 · 7 revisions

GWT2 Plugin for Play!
by Vincent Buzzano

Current version is 1.2
Project Webstie: http://github.com/vbuzzano/play-gwt2

I have started this project to use version 2.x of GWT with play! framework.
For that, I started from the module play-gwt by Rustem Suniev

QUICK START

To install this module:
> play install gwt2

Then edit the conf/application.conf file to enable the GWTmodule :
> notepad conf/application.conf

Then init your porject with:
> play gwt2:init

After init create you first gwt module:
> play gwt2:create

And test it:
> play gwt2:devmode

PLAY SHELL COMMANDS:

For alist of commands, execute

> play gwt2:help

This will display GWT2 Plugin for Play! commands help.

Clone this wiki locally