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 Sat Jan 31 20:32:29 -0800 2009 Code cleanup [unknown]
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/ Thu Aug 21 15:12:43 -0700 2008 Changed lift to Lift [dpp]
directory lift-amqp/ Thu Oct 08 17:09:31 -0700 2009 [release] start <version+1>-SNAPSHOT [Gemini]
directory lift-archetype-basic/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-archetype-blank/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-archetype-jpa-basic/ Mon Mar 23 15:40:58 -0700 2009 Fixed bug in JPA archetype poms. [Derek Chen-Becker]
directory lift-core/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-facebook/ Sun Mar 29 13:30:29 -0700 2009 [#27] Patch for FacebookRestAPI.scala [timperrett]
directory lift-installer/ Fri Mar 06 03:35:24 -0800 2009 Added keys list method to LRU.scala [timperrett]
directory lift-machine/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-mapper/ Thu Mar 26 05:48:49 -0700 2009 Fixed a bug in mapper's join code [dpp]
directory lift-oauth/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-openid/ Sun Mar 15 05:56:04 -0700 2009 Minor adjustments [danciu]
directory lift-paypal/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-record/ Sun Mar 29 13:50:44 -0700 2009 Fixing compile failure [danciu]
directory lift-testkit/ Fri May 01 21:30:48 -0700 2009 [release] start 1.1-SNAPSHOT [Jorge Ortiz]
directory lift-textile/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-util/ Wed Mar 25 15:56:30 -0700 2009 Added helpers to Req [dpp]
directory lift-widgets/ Mon Mar 23 08:38:41 -0700 2009 Merge branch 'master' of git@github.com:dpp/lif... [Derek Chen-Becker]
directory lift-xmpp/ Thu Oct 08 17:09:31 -0700 2009 [release] start <version+1>-SNAPSHOT [Gemini]
directory lift/ Fri Apr 03 11:50:16 -0700 2009 Fix for defect #31 [danciu]
file pom.xml Fri Mar 13 10:55:18 -0700 2009 Minor fix to add jpa archetype to the pom as a ... [Derek Chen-Becker]
directory sites/ Sun Apr 05 09:24:31 -0700 2009 Added Hibernate Validations as an example. [Derek Chen-Becker]
directory src/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
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