Lift (Web應用框架)
外观
此條目目前正依照其他维基百科上的内容进行翻译。 (2010年1月1日) |
開發者 | Lift Team |
---|---|
当前版本 | 1.0(2009年2月26日 | )
源代码库 | |
编程语言 | Scala |
操作系统 | Cross-platform |
类型 | Web application framework |
许可协议 | Apache 2.0 License |
网站 | liftweb.net |
Lift是一個自由的網路應用框架。目標是與Ruby on Rails功能相似。除了Lift 是用 Scala而非 Ruby寫成的。 The use of Scala means that 任何以存在的 Java資料庫以及 Web container可以使用在Lift的應用程式裡面。
Lift applications are packaged as WAR files and deployed on any Servlet 2.4 engine (e.g., Tomcat 5.5.xx, Jetty 6.0, etc.) Lift programmers use standard Java environments like Eclipse and IDEA. Dynamic content can be authored using standard XHTML editors. Lift applications benefit from the performance and portability of the JVM, the Java development toolchain, and the extensive collection of available Java libraries.
Lif在2007年2月26號以一個開源計畫開始並且在正好兩年後達到版本1.0[1]