http://www.laszlosystems.com/developers/download/OpenLaszlo 3.0 introduces several new features:SOLO deploymentSmaller file sizes (using internal gzip compression)Dynamic librariesUnicode supportOptimized for flash Player versions 6 and 7Settable
作為開源RIA的一個實現,Laszlo使用名 為LZX的描述語言(XML+Script),在J2EE應用伺服器上的Laszlo容器會將其編譯成FLASH檔案並傳輸給用戶端展示。以前用 Laszlo還是沒開源前,那個時候Flex還沒出,Flash的感覺真的很不錯,很適合程式員開發Flash形式的應用介面,以前在 Flash裡寫應用介面和人家美工做的一比真是難看的要死。但當時Laszlo還不太穩定,老是出現記憶體問題,導致Flash Player
上次寫的“下一個Flex作品系統結構”已經基本完成開發工作,但都只是解決了技術之類的問題,還沒有什麼實際點的應用項目,一般的現在每個提供應用伺服器的廠商都會出一個使用自己伺服器產品的PetStore,雖然Flex不是應用伺服器層級的,而且MM提供的FlexStore稍微簡單了,我想就做個Flex版的PetStore吧。 由於Flex沒有真正意義上的應用伺服器,做個PetStore還需要挑選一個其他產品的做伺服器:.Net or
下載:http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_spry Changes for Spry PreRelease 1.4 - 2006/12/14Data Added function Spry.Utils.serializeObject() for serializing a JS Object into JSON format.Added Spry.XML.nodeToObject() and
查詢返回單行IDstring sql = string.Format("select id from account where name='{0}' and password='{1}'", name, password);object AID = SqlHelper.ExecuteScalar(CON_STR, CommandType.Text, sql);int ID = Convert.ToInt32(AID);插入返回新記錄IDstring sql = string.Format("i