need a beginner GWT tutorial to set up & develop a baic web app using eclipse IDE
I need a beginner tuto开发者_开发问答rial OR youtube video tutorial for start developing web applications using GWT with eclipse ide
It is where you would expect it to be: http://code.google.com/webtoolkit/gettingstarted.html
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.
精彩评论