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..

Explore posts in the same categories: GWT Development

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s


Follow

Get every new post delivered to your Inbox.