GWT-Maven 1.x (maven-googlewebtoolkit-plugin)

Overview

The GWT-Maven 1.x plugin is used to develop, build and package GWT applications.

GWT-Maven can invoke GWTShell and GWTCompiler, merge application deployment resources (web.xml, context.xml, java dependencies) with the GWT Hosted Mode development server instance, generate GWT IsSerializable model beans from existing beans, and can also easily create deployable WAR files for GWT applications (with the correct GWT RPC service servlet entries automatically injected based on the GWT module file).

HOWTO Configure the GWT Tomcat Instance

Configure the GWT embeded Tomcat Lite instance

HOWTO Use -noserver with GWT

Configure GWT Hosted Mode with -noserver