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 !
danciu (author)
Sun Sep 07 07:37:58 -0700 2008
commit  e7e14b91e774f06726f09d55b186b68538821435
tree    a9149b4f98b2093da4800287e679eb345432b1c0
parent  b9687658a0bbf458bd818a4b52c5bc85d2d179c4
name age message
file .gitignore Tue Jul 29 18:52:22 -0700 2008 Added Mac system files to .gitignore [Jorge Ortiz]
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 Jul 17 21:58:32 -0700 2008 removed trailing whitespace [dpp]
directory lift-archetype-basic/ Thu Aug 21 15:12:43 -0700 2008 Changed lift to Lift [dpp]
directory lift-archetype-blank/ Mon Aug 04 15:13:42 -0700 2008 Updated the SiteMap stuff to use List[String] t... [dpp]
directory lift-core/ Sun Jun 15 12:48:18 -0700 2008 [release] start 0.10-SNAPSHOT [David Bernard]
directory lift-facebook/ Thu Jul 17 21:58:32 -0700 2008 removed trailing whitespace [dpp]
directory lift-installer/ Thu Jun 12 09:06:01 -0700 2008 Added lift-helpers placeholder [timperrett]
directory lift-oauth/ Sun Jun 15 12:48:18 -0700 2008 [release] start 0.10-SNAPSHOT [David Bernard]
directory lift-openid/ Sat Aug 23 10:09:54 -0700 2008 Got rid of RequestMatcher [dpp]
directory lift-testkit/ Thu Jul 17 21:58:32 -0700 2008 removed trailing whitespace [dpp]
directory lift-textile/ Wed Aug 27 17:54:04 -0700 2008 Fixed a bunch of subtle JavaScript bugs; Added ... [dpp]
directory lift-widgets/ Wed Aug 27 17:54:04 -0700 2008 Fixed a bunch of subtle JavaScript bugs; Added ... [dpp]
directory lift-xmpp/ Thu Jul 17 21:58:32 -0700 2008 removed trailing whitespace [dpp]
directory lift/ Sun Sep 07 07:37:58 -0700 2008 Slight change to HeadHelper.sameAs [danciu]
file pom.xml Tue Sep 02 13:28:02 -0700 2008 remove cobertura reporting [David Bernard]
directory sites/ Thu Aug 28 09:55:00 -0700 2008 Added a templating example [dpp]
directory src/ Sat Aug 30 10:13:49 -0700 2008 Added comment [danciu]
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