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

Welcome to the play-gwt2 wiki!

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

This is more a hack than a real new project.

more info will come soon

QUICK START

To install this module:

> play install gwt2

Then init your porject with:

> play gwt:init <project>

After init create you first module:

> play gwt:create <project>

And test it:

> play gwt:devmode <project>

PLAY SHELL COMMANDS:

> play gwt:init

will initialize the project and create app/gwt and gwt-public directory

> play gwt:create

will ask for a module name, then create the module - app/gwt//client - app/gwt//shared - app/gwt//server and add all example class needed to work you can add multiple module each module will be created in a separate package.

> play gwt:remove

will ask for a module name, then remove the module from project

> play gwt:devmode
will start gwt DevMode for all modules in app/gwt

Clone this wiki locally