enterprize
enterprize

Reputation: 1179

need a beginner GWT tutorial to set up & develop a baic web app using eclipse IDE

I need a beginner tutorial OR youtube video tutorial for start developing web applications using GWT with eclipse ide

Upvotes: 0

Views: 3314

Answers (2)

Boris Brudnoy
Boris Brudnoy

Reputation: 2460

If you are using Eclipse and Google Plugin for Eclipse then use the blue New Web Application Project toolbar button and make sure the "Generate GWT project sample code" checkbox is checked in the New Web Application Project wizard. This produces an absolutely rudimentary GWT app with some widgets and Remote Procedure Calls. You can immediately run it and even use Eclipse debugging tools to see what's going on.

Upvotes: 1

Teetrinker
Teetrinker

Reputation: 575

It is where you would expect it to be: http://code.google.com/webtoolkit/gettingstarted.html

Upvotes: 2

Related Questions