10/30/2009

Websphere sMASH Getting Started

官方下載
請先安裝好JDK, 並設好JAVA環境變數
下載zero.zip, 解壓縮到(e.g C:\zero), 並且將c:\zero\加到環境變數。

第一次安裝
1. 進到c:\zero\找到zero.bat 執行它, 會從官方網站的repository下載一些zip檔,
要稍等一陣子等他跑完
2. 再執行appbuilder.bat, 一樣會下載一些東西等他跑完(更久)

第一次執行
1. 開啟windows command.exe
2. 輸入appbuilder open (如果你的環境變數有設對,就會work)
他會開啟你的browser來到 http://localhost:8070/
如果沒有自動開啟, 請手動開啟

影片
接下來如何開始你的第一個應用程式可看影片(從2:38秒開始看)
http://www.youtube.com/watch?v=l_dqIi9MTf8&feature=player_embedded#

文件
如果你喜歡top-down開發(從UI往data model實作), 請參考:
http://www.projectzero.org/zero/monza.dev/latest/docs/zero.gettingstarted.doc/zero.appbuilder.formeditor/UserInterfaceFirst.html
如果你喜歡bottom-up開發(從data model往UI實作), 請參考:
http://www.projectzero.org/zero/monza.dev/latest/docs/zero.gettingstarted.doc/zero.appbuilder.formeditor/DataFirst.html

Connection.demo
瀏覽http://localhost:8070/
左手邊Create from repository> module group 選stable
輸入demo以搜尋相關sample
找到connection.demo > Create
稍等片刻
畫面上出現zero.connection.demo 點進去
右上角執行START
開啟網址http://localhost:8080/

沒有留言: