*** Welcome to piglix ***

Lift (web framework)

Lift
Lift-logo.jpg
Original author(s) David Pollak
Developer(s) Lift Team
Initial release 2007
Stable release
3.0.1 / 13 December 2016 (2016-12-13)
Preview release
3.1.0-M1 / 2 February 2017 (2017-02-02)
Development status Active
Written in Scala
Operating system Cross-platform
Type Web framework
License Apache 2.0 License
Website liftweb.net

Lift is a free and open-source web framework that is designed for the Scala programming language. It was originally created by David Pollak who was dissatisfied with certain aspects of the Ruby on Rails framework. Lift was launched as an open source project on 26 February 2007 under the Apache 2.0 license. A commercially popular web platform often cited as being developed using Lift is Foursquare.

Lift is an expressive framework for writing web applications. It draws upon concepts from peer frameworks such as Grails, Ruby on Rails, Seaside, Wicket and Django. It favors convention over configuration in the style of Ruby on Rails, although it does not prescribe the model–view–controller (MVC) architectural pattern. Rather, Lift is chiefly modeled upon the so-called "View First" (designer friendly) approach to web page development inspired by the Wicket framework. Lift is also designed to be a high-performance, scalable web framework by leveraging Scala actors to support more concurrent requests than is possible with a thread-per-request server.

As Scala program code executes within the Java virtual machine (JVM), any existing Java library and web container can be used in running Lift applications. Lift web applications are thus packaged as WAR files and deployed on any servlet 2.4 engine (for example, Tomcat 5.5.xx, Jetty 6.0, etc.). Lift programmers may use the standard Scala/Java development toolchain including IDEs such as Eclipse, NetBeans and IDEA. Dynamic web content is authored via templates using standard HTML5 or XHTML editors. Lift applications also benefit from native support for advanced web development techniques such as Comet and Ajax.


...
Wikipedia

...