Size: 660
Comment:
|
Size: 734
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 18: | Line 18: |
* Deploy WAR in tomcat * http://localhost:8080/gwtTestx-1.0-SNAPSHOT/ |
GWT
GWT is a development toolkit for building and optimizing complex browser-based applications
- cd \temp
mvn archetype:generate -DarchetypeGroupId=org.codehaus.mojo -DarchetypeArtifactId=gwt-maven-plugin -DgroupId=gwtTestx -DartifactId=gwtTestx -Dversion=1.0-SNAPSHOT -Dpackage=gwt.testx -Dmodule=ModuleX -DinteractiveMode=false
- Version used 2.7.0
Confirm properties configuration: groupId: gwtTestx artifactId: gwtTestx version: 1.0-SNAPSHOT package: gwt.testx module: ModuleX
- cd C:\temp\gwtTestx
- mvn clean install
- Deploy WAR in tomcat