public
Description: The Lift web framework for Scala
Homepage: http://liftweb.net
Clone URL: git://github.com/dpp/liftweb.git
Click here to lend your support to: liftweb and make a donation at www.pledgie.com !
dpp (author)
Tue Jun 03 06:09:32 -0700 2008
commit  089733ddff4c11a24555dc8afb57e854184544c8
tree    e5a67619f450a3c3036e53490b09590693239fc1
parent  a2c0048d8626965b9e03ee69b785d9b7c88413d6
name age message
file .classpath Fri Mar 16 10:38:57 -0700 2007 Updated the code to support callbacks after sch... [feeder.of.the.bears]
file .project Loading commit data...
directory .settings/
file LICENSE.txt Thu Feb 15 11:31:25 -0800 2007 Initial import. git-svn-id: https://liftweb.go... [pollak]
file OtherLicensedWorks.txt Fri Mar 02 21:51:16 -0800 2007 Added "mail" features Added setting fields wit... [pollak]
file README Mon May 19 05:00:31 -0700 2008 Modified README file git-svn-id: https://lift... [feeder.of.the.bears]
directory docs/ Tue May 13 20:46:28 -0700 2008 creating a docs directory and checking in my sc... [stevej]
directory lift-amqp/
directory lift-archetype-basic/
directory lift-archetype-blank/
directory lift-core/
directory lift-facebook/ Fri May 09 14:23:37 -0700 2008 [maven-release-plugin] prepare for next develop... [david.bernard.31]
directory lift-oauth/
directory lift-openid/ Sat May 24 22:36:51 -0700 2008 Commented code git-svn-id: https://liftweb.go... [feeder.of.the.bears]
directory lift-testkit/
directory lift-textile/
directory lift-widgets/ Mon Jun 02 13:11:12 -0700 2008 updated copyright notices and such git-svn-id... [feeder.of.the.bears]
directory lift-xmpp/
directory lift/
file pom.xml Sun May 25 16:43:58 -0700 2008 Changes Tyler Made git-svn-id: https://liftwe... [feeder.of.the.bears]
directory sites/
directory src/
file vscaladocs-packageLinkDefs.properties Fri May 09 13:34:27 -0700 2008 use vscaladoc to generate API git-svn-id: http... [david.bernard.31]
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