dpp / liftweb

The Lift web framework for Scala

This URL has Read+Write access

dpp (author)
Fri Nov 06 11:08:18 -0800 2009
commit  9221e47481f22412ee47f1641c77894d8431691f
tree    baf47a7fe542cb8bb0dafd162773b49bee410c77
parent  17ed25263b3c4eb3b3dfa8ef21873c1bf0fe49cf
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