Seam Remoting/GWT Example
=========================

This shows GWT with Seam remoting.

You can view the example at:

http://localhost:8080/seam-helloworld/org.jboss.seam.example.remoting.gwt.HelloWorld/HelloWorld.html

GWT:
If you want to rebuild the GWT front end, you will need to download GWT, and configure build.properties to point to it.
 - you can then run "ant gwt-compile" from this directory. It is pre-built by default.
If you want to use the GWT hosted mode, well, read all about it from the GWT docs !

Note: there is no testng suite for this example.
Note: Example and the whole Seam integration with GWT is marked as Technology Preview - Support is not guaranteed.