This is the official GWT StockWatcher Sample created with Maven (gwt-maven-plugin)
mvn archetype:generate \
-DarchetypeGroupId=org.codehaus.mojo \
-DarchetypeArtifactId=gwt-maven-plugin \
-DarchetypeVersion=2.7
or within Intellij (like that)
mvn clean install
mvn gwt:run
- create a new gwt configuration (with
Edit Configuration
) - adjust the fields (select your module and the
super debug modus
) - debug/run it