public
Fork of dpp/liftweb
Description: The Lift web framework for Scala
Homepage: http://liftweb.net
Clone URL: git://github.com/ymnk/liftweb.git
commit  4f3dcd0b85cbc4fab85c8129b82c2a5fe01d4f93
tree    1486ed1de3e3b12e395f583983ab73f955b37de8
parent  5a3252d096a34e10a6134a5eed4c0f76e26ee70e
README
lift is an expressive and elegant framework for writing web applications. 
lift stresses the importance of security, maintainability, scalability
 and performance, while allowing for high levels of developer productivity.

lift borrows from the best of existing frameworks, providing

    * Seaside's highly granular sessions and security
    * Rails fast flash-to-bang
    * Django's "more than just CRUD is included"
    * Wicket's designer-friendly templating style (see Lift View First) 

And because lift applications are written in Scala, an elegant new JVM
language, you can still use your favorite Java libraries and deploy to your
favorite Servlet Container. Use the code you've already written and deploy
to the container you've already configured!

And it's hosted on GitHub