RIFE/Laszlo is based on RIFE/Jumpstart and geared towards easily getting started with the creation of Rich Internet Applications using OpenLaszlo.
This release offers the following:
added out-of-container tests of the REST backend
added asynchronous zip-code lookup example
upgraded RIFE to version 1.3.1
upgraded OpenLaszlo to version 3.1.1
upgraded Jetty to version 5.1.4
The demo of the basic RIFE/Laszlo application can be seen at http://rifers.org/laszlo, and more information about how to use it can be found in the readme.
具體可以參見http://rifers.org/blogs/gbevin/2005/12/27/rifelaszlo_1_3_1_released
RIFE介紹:
RIFE為開發(fā)和設(shè)計(jì)Web應(yīng)用程序提供了另外一種途徑。它基于Java平臺(tái)構(gòu)建,但它提供了所有需要的工具和AIPs用統(tǒng)一的風(fēng)格,快速地實(shí)現(xiàn)所有web程序各開發(fā)角色之間的任務(wù)聯(lián)系。RIFE被設(shè)計(jì)成在整個(gè)開發(fā)周期中完全分離了開發(fā)角色之間的任務(wù),每個(gè)developer,dba和designer只需關(guān)注它們自己的任務(wù),整個(gè)開發(fā)工作隨時(shí)都可以很容易的與其它團(tuán)隊(duì)的工作相結(jié)合,使得這樣子開發(fā)出來的將是一個(gè)松耦合的健壯的系統(tǒng)。RIFE由許多標(biāo)準(zhǔn)的組件組成,它們包括:
*Web程序引擎
*結(jié)合Web擴(kuò)展
*多格式模板引擎選擇(html, xml, sql, java, txt, ...)
*支持內(nèi)容導(dǎo)出(比如導(dǎo)出為XSLT格式)
*驗(yàn)證框架
*數(shù)據(jù)庫查詢構(gòu)建器
*簡(jiǎn)單的持久層
*JDBC優(yōu)化與連接池
*可配置框架等。
用它可以輕松的解決Http's無狀態(tài)連接問題與CGI的接口。這個(gè)框架已經(jīng)成功的應(yīng)用在許多網(wǎng)站上如:Bla-bla List,Netwerk,Caosity,Dag Allemaal,GreenEnergy等。