gwt-experiments
Purpose of the repository
This repository contains several experiments around GWT. Each experiment will be available in a separate branch.
To see the content of a project, please see the related branch.
License
Unless otherwise specified, this repository's content is licensed under the Apache License v2.0
Hello Maven
This project is a conversion from Eclipse's GWT plugin's sample project to a Maven project. It thus provides the basics for creating a GWT project using Maven. More instructions and explanations can be found on my blog.
The useful commands on this project are:
-
Run in hosted mode:
mvn compile war:exploded gwt:run
-
Compile a deployable war:
mvn package
ormvn install
Cyrille Chopelet (cyChop) - June, 2012