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 examples/ Fri Sep 11 10:02:45 -0700 2009 Updated pom files [dpp]
directory lift-actor/ Sun Aug 16 07:36:58 -0700 2009 Bumped scalatest to 0.9.5 [Derek Chen-Becker]
directory lift-amqp/ Thu Oct 08 17:09:31 -0700 2009 [release] start <version+1>-SNAPSHOT [Gemini]
directory lift-archetypes/ Fri Sep 11 10:02:45 -0700 2009 Updated pom files [dpp]
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 Aug 14 01:09:49 -0700 2009 Added new field getting method on record MetaRe... [timperrett]
directory lift-jpa/ Thu Jul 02 20:58:34 -0700 2009 [release] start 1.1-SNAPSHOT [jorgeortiz85]
directory lift-json/ Tue Sep 08 21:32:22 -0700 2009 [release] start 1.1-SNAPSHOT [Gemini]
directory lift-jta/ Wed Jul 29 11:22:57 -0700 2009 Made a lot of imports _root_ [dpp]
directory lift-machine/ Sun Aug 16 07:36:58 -0700 2009 Bumped scalatest to 0.9.5 [Derek Chen-Becker]
directory lift-mapper/ Thu Sep 10 11:55:40 -0700 2009 Include order by and max rows in subqueries [dpp]
directory lift-oauth/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-openid/ Thu Oct 08 17:09:31 -0700 2009 [release] start <version+1>-SNAPSHOT [Gemini]
directory lift-osgi/ Wed Jul 29 11:22:57 -0700 2009 Made a lot of imports _root_ [dpp]
directory lift-paypal/ Thu Feb 26 10:34:25 -0800 2009 [release] start 1.1-SNAPSHOT [David Bernard]
directory lift-record/ Tue Sep 08 21:32:22 -0700 2009 [release] start 1.1-SNAPSHOT [Gemini]
directory lift-testkit/ Thu Oct 08 17:09:31 -0700 2009 [release] start <version+1>-SNAPSHOT [Gemini]
directory lift-textile/ Tue Sep 08 21:32:22 -0700 2009 [release] start 1.1-SNAPSHOT [Gemini]
directory lift-util/ Thu Sep 10 11:20:23 -0700 2009 Added some documentation to Maker/Vendor/Factory [dpp]
directory lift-widgets/ Thu Aug 27 11:44:25 -0700 2009 Fixed an issue related to functions getting pre... [dpp]
directory lift-wizard/ Thu Oct 08 17:09:31 -0700 2009 [release] start <version+1>-SNAPSHOT [Gemini]
directory lift-xmpp/ Thu Oct 08 17:09:31 -0700 2009 [release] start <version+1>-SNAPSHOT [Gemini]
directory lift/ Thu Sep 10 13:01:47 -0700 2009 Added tests for non-HTML head merging, etc. stu... [dpp]
file pom.xml Fri Sep 11 10:02:45 -0700 2009 Updated pom files [dpp]
directory presentations/ Mon Aug 24 16:21:26 -0700 2009 Moved steve j's preso into the presentation fol... [timperrett]
file remove-trailings.sh Wed May 27 12:41:15 -0700 2009 DOM optimizations. Made with-param a snippet. [danciu]
directory src/ Tue Sep 08 21:32:22 -0700 2009 [release] start 1.1-SNAPSHOT [Gemini]
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