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 Dec 15 16:49:31 -0800 2009
David Pollak (committer)
Tue Dec 22 05:24:18 -0800 2009
name age message
file .gitignore Tue Jun 23 16:14:39 -0700 2009 Better XML parsing errors in dev mode [dpp]
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 lift-archetypes/ Mon Dec 07 06:57:12 -0800 2009 keep reference to the new variables used during... [indrajitr]
directory lift-base/ Tue Dec 22 05:22:14 -0800 2009 Make sure <head> tags don't make it into SetHtm... [dpp]
directory lift-core/ Thu Nov 05 15:16:35 -0800 2009 Changed M7 to SNAPSHOT in pom.xml files [dpp]
directory lift-examples/ Thu Dec 17 19:27:29 -0800 2009 Merge branch 'master' of git@github.com:dpp/lif... [David Pollak]
directory lift-misc/ Fri Nov 13 16:29:47 -0800 2009 Updated installer profile checking. Closes #43 [timperrett]
directory lift-modules/ Tue Dec 22 05:23:15 -0800 2009 Issue 244. Normal paragraphs can include bulle... [dpp]
directory lift-persistence/ Tue Dec 22 05:24:18 -0800 2009 Issue 248 -- null checking for Mapper <-> JSON ... [dpp]
file pom.xml Thu Dec 17 12:37:58 -0800 2009 need to add sourceDir explicitly to 'scala:add-... [indrajitr]
file remove-trailings.sh Wed May 27 12:41:15 -0700 2009 DOM optimizations. Made with-param a snippet. [danciu]
directory src/ Tue Dec 15 09:30:31 -0800 2009 Wrap prepared statement exceptions This closes... [Derek Chen-Becker]
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