Lift Web Framework

Welcome to the Lift Web Framework

Lift provides the best features for building interactive web applications:


Lift is built on Scala, a hybrid Functional and O-O language that compiles code down to the Java Virtual Machine. Scala code can call any Java code and make use of all Java classes. Java code can call some Scala code. Lift applications are packaged as WAR files and can be deployed on any Servlet 2.4 engine (e.g., Tomcat 5.5.xx, Jetty 6.0, etc.)

Lift code is as clean and brief as Rails, yet performs at least 6 times faster and is multithreaded. Additionally, because Scala is strongly typed, the compiler catches type errors. For example:

	User.find(By(User.email, "foo@bar.com")) // legal
	User.find(By(User.birthday, new Date("Jan 4, 1975"))) // legal
	User.find(By(User.birthday, "foo@bar.com")) // compiler error
      

Lift is an open source project distributed under an Apache License V2.0


Lift is Copyright 2007-2009 WorldWide Conferencing, LLC. Distributed under an Apache 2.0 License.
Lift version 1.1-SNAPSHOT built on Wed May 27 23:40:36 UTC 2009.
Stats: Total Memory: 64,880,640 Free Memory: 25,716,728 Open Sessions: 63 Updated At: Fri Jul 03 04:01:35 UTC 2009