2008年9月10日 星期三

GWT 學習 I

到http://code.google.com/webtoolkit/

首先看到Build AJAX apps in the Java language這段文字
是我熟悉的一塊,看起應該不會太難上手

即然還不是很了解什麼東西
看了一堆說明我想應該還不不懂是什麼東西
直直衝往Get Started Guide吧 (做中學,學中做 是我最愛的學習方式)
http://code.google.com/webtoolkit/gettingstarted.html#Install

在解開的目錄下有一個 command file
打開console 直接輸入 applicationCreator com.leon456.client.Test
開始發生了不可思議的事了
經由這個指令 發生以下的事

Created directory C:\Work\RES\gwt-windows-1.2.22\src
Created directory C:\Work\RES\gwt-windows-1.2.22\src\com\leon456
Created directory C:\Work\RES\gwt-windows-1.2.22\src\com\leon456\client
Created directory C:\Work\RES\gwt-windows-1.2.22\src\com\leon456\public
Created file C:\Work\RES\gwt-windows-1.2.22\src\com\leon456\Test.gwt.xml
Created file C:\Work\RES\gwt-windows-1.2.22\src\com\leon456\public\Test.html
Created file C:\Work\RES\gwt-windows-1.2.22\src\com\leon456\client\Test.java
Created file C:\Work\RES\gwt-windows-1.2.22\Test-shell.cmd
Created file C:\Work\RES\gwt-windows-1.2.22\Test-compile.cmd

就是這麼一個指令
注意最後二行 又有二個cmd檔

按常理source code完成了當然就是compile
我們先來試試Test-compile.cmd

Output will be written into C:\Work\RES\gwt-windows-1.2.22\www\com.leon456.Test Copying all files found on public path Compilation succeeded

到www目下看一下結果
直接點開Test.html

























再來試試另一個command file






這次是google 所提供的一個web server monitor 及一個browser幫你測剛剛完成Test
(事實上可以直接就執行Test-shell.cmd就可完成compile的動作)
就是這麼的簡單,一行程式都沒寫到
整個過程下來
總是,覺得少了自己動作的彈性吧
下回再來玩玩它的其它 features吧











沒有留言:

張貼留言