Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

GWT2 [gwt2] module

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

gwt2-1.8 ★ Sep 19, 2011 Documentation Download
gwt2-1.7   Jul 11, 2011 Documentation Download
gwt2-1.6   Jun 01, 2011 Documentation Download
gwt2-1.5   May 21, 2011 Documentation Download
gwt2-1.3   Oct 11, 2010 Documentation Download
gwt2-1.2   Jun 15, 2010 Documentation Download
gwt2-1.1   May 23, 2010 Documentation Download

To install locally this modules 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}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.