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為開發和設計Web應用程序提供了另外一種途徑。它基于Java平臺構建,但它提供了所有需要的工具和AIPs用統一的風格,快速地實現所有web程序各開發角色之間的任務聯系。RIFE被設計成在整個開發周期中完全分離了開發角色之間的任務,每個developer,dba和designer只需關注它們自己的任務,整個開發工作隨時都可以很容易的與其它團隊的工作相結合,使得這樣子開發出來的將是一個松耦合的健壯的系統。RIFE由許多標準的組件組成,它們包括:
*Web程序引擎
*結合Web擴展
*多格式模板引擎選擇(html, xml, sql, java, txt, ...)
*支持內容導出(比如導出為XSLT格式)
*驗證框架
*數據庫查詢構建器
*簡單的持久層
*JDBC優化與連接池
*可配置框架等。
 用它可以輕松的解決Http's無狀態連接問題與CGI的接口。這個框架已經成功的應用在許多網站上如:
Bla-bla List,Netwerk,Caosity,Dag Allemaal,GreenEnergy等。