新玩具 Google Web Toolkit
Build AJAX apps in the Java language
簡介:
GWT lets you avoid many of these headaches. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
簡單來說,換成 flex 的對照就是:
You write your front end in MXML tag language, and the flex compiler converts your AS classes to platform-independent SWF format.
嗯,又是一場 ajax vs flash 的大戰開端…
btw, 感謝 rita 提供此訊息
by admin


2 Comments Add your own
1. Dreamer&hellip | May 17th, 2006 at 5:22 pm
下载了那个hello world的sample看了,果然是用JAVA写的~~不过import了几个包,应该是关键~~
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.Window;
…………
挺好玩~~
2. jeremy&hellip | May 17th, 2006 at 5:29 pm
套一句麗塔長輩的話:這玩意很殺呀~
Trackback this post | Subscribe to the comments via RSS Feed