-
Notifications
You must be signed in to change notification settings - Fork 4
Home
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
> play install gwt2
> play gwt:init <project>
> play gwt:create <project>
> play gwt:devmode <project>
> 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