This is all about the Google Web Toolkit standalone setup. I would recommend using an ant build.xml file for building the war for deploying to a servlet container like Tomcat or Jetty.
One of the things I forgot to mention in this video is, if you want the best of both worlds, the plugin and standalone setup, create two workspaces with the same project name in both. One being the standalone and one with the regular GWT plugin. Then copy the build.xml file into the GWT plugin project, then you can have the best of both worlds using the ant and GWT eclipse plugin configurations.
http://gwt-examples.googlecode.com - see more on.
Link to this comment:
All Comments (0)