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 !
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/ Wed Nov 11 09:47:01 -0800 2009 Updated pom.xml files to specify logger version... [dpp]
directory lift-base/ Thu Nov 12 15:55:47 -0800 2009 Misc small changes [dpp]
directory lift-core/ Fri Oct 23 04:52:57 -0700 2009 no need for relativePath [indrajitr]
directory lift-examples/ Wed Nov 11 11:56:32 -0800 2009 rollback #156 for JPADemo [indrajitr]
directory lift-misc/ Sat Oct 17 07:27:27 -0700 2009 restructuring lift - shove lift-modules into to... [indrajitr]
directory lift-modules/ Tue Nov 10 15:45:16 -0800 2009 Significant enhancements to the TestKit stuff [dpp]
directory lift-persistence/ Thu Nov 12 15:55:47 -0800 2009 Misc small changes [dpp]
file pom.xml Tue Nov 10 22:05:10 -0800 2009 Remove transitive dependency javax.activation a... [indrajitr]
file remove-trailings.sh Wed May 27 12:41:15 -0700 2009 DOM optimizations. Made with-param a snippet. [danciu]
directory src/ Wed Nov 11 05:55:54 -0800 2009 Update for #156 and #168 [indrajitr]
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