Mobile Development Workflow

- New Project should be created from local archetype I've created for mGWT under Maven
- Have also started with mGWT showcase and added / subtracted to this
- Configure Google Web Toolkit
- Use version matching the POM (GWT 2.7.0 at this time)
- Point to the /src/main/webapp directory
- Run Super Dev mode to run GWT compile into /src/main/webapp directory
- Add .gitignore for the generated directories in /src/main/webapp
- After debugging and preparing for release:
- Run mvn war:war from command line
- Run mvn tomcat7:redeploy
page revision: 3, last edited: 06 Apr 2015 23:23