GWT入门

GWT简介
http://ajava.org/course/open/9131.html
http://baike.baidu.com/view/358878.htm  [荐]
官方网站上丰富的示例
http://gwt-ext.com/demo
在每个示例页面的右上角,点击View Source 可以查看源代码
动手安装Eclipse插件
Install the Google Plugin for Eclipse 3.6 by using the following update site:
http://dl.google.com/eclipse/plugin/3.6
If you are using an earlier version of Eclipse, replace the 3.6 version number with your version (3.3, 3.4 or 3.5). For detailed instructions on installing plugins in Eclipse, see instructions for Eclipse 3.6, Eclipse 3.5, Eclipse 3.4, or Eclipse 3.3.
In the Install dialog, you will see an option to install the Plugin as well as the GWT and App Engine SDKs. Choosing the SDK options will install a GWT and/or App Engine SDK within your Eclipse plugin directory as a convinience.
一个GWT项目的例子 http://code.google.com/eclipse/docs/creating_new_webapp.html
运行、调试 http://code.google.com/eclipse/docs/running_and_debugging_2_0.html
什么是GWT的Entry Point http://www.taotiwang.com/questions/2506.html
使用RPC与服务端交互 http://blog.csdn.net/yezhen_zju/archive/2008/10/30/3187132.aspx
GWT 中XML模块配置文件文档 http://beckham-xiao.iteye.com/blog/372342
GWT生成JavaScript代码文件分析
http://blog.csdn.net/wongtseng/archive/2006/10/23/1346640.aspx
教程推荐 http://wenku.baidu.com/view/d244f75c3b3567ec102d8a0b.html
http://wenku.baidu.com/search?word=gwt%20%BD%CC%B3%C&lm=0&od=0

你可能感兴趣的:(JavaScript,eclipse,Google,ext,gwt)