Community contributed extensions

GWT2 [gwt2] module

This module is for the Play 1.x series only.

GWT2 Plugin for Play!
by Vincent Buzzano

Current version is 1.8 for play 1.2.3
Project Webstie: http://github.com/vbuzzano/play-gwt2

This module has been tested with gwt 2.2.x and 2.3.0

QUICK START:
Create a new application --with gwt2

> play new myGwt2App --with gwt2
> cd myGwt2App

That’s all .. you are ok to start your project !!

#################################################
WORKAROUND FOR:
VALIDATION COMPILATION ERROR due to missing Type and Sources
#################################################
Copy validation-api-1.0.0.GA and source to your project libs. You can find them into the GWT SDK Directory.

> cp $GWT_HOME/validation-api-1.0.0.GA* lib/

http://github.com/vbuzzano/play-gwt2

Written by Vincent Buzzano.

Published releases

1.8 Sep 19 2011 Documentation Try Play
1.7 Jul 11 2011 Documentation Try Play
1.6 Jun 01 2011 Documentation Try Play
1.5 May 21 2011 Documentation Try Play
1.3 Oct 11 2010 Documentation Try Play
1.2 Jun 15 2010 Documentation Try Play
1.1 May 23 2010 Documentation Try Play

To install locally this module use the install command:

play install gwt2-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> gwt2 {version}