Starting with GWT (Google Web ToolKit)
Eclipse provides a standard plugin for GWT.
1). Download the GWT plugin following the instructions on
http://code.google.com/eclipse/docs/install-eclipse-3.4.html
2). Create a new Web Application Project.
The Project gets configured ready for GWT development and it comes with a sample GreetingService service.
3). Clean build the Project and right click on the project and select Run As – Web Application. You will see the application running in Hosted browser.
You can make changes to your client code and verify the changes in hosted browser. You don’t need to restart the server as all the changes being hot-deployed to hosted server.
– more examples to come..check out soon..