Ok so if you've followed the previous stage you'll have a running web application that looks like the following:
This is the sample web application that GWT creates and it demonstrates some of the properties of GWT including Remote Procedure Calls (RPC). Clicking on the send button sends the name entered to the server and the server responds.
We'll convert this example to use Declarative User Interfaces.
[ad#ContentAdvert]
Editing the GWT Module defintion
Your application will hav...
Your views…