ymnk / liftweb forked from dpp/liftweb
- Source
- Commits
- Network (41)
- Issues (0)
- Downloads (6)
- Wiki (1)
- Graphs
-
Branch:
wip-dcb-jpa-jta
liftweb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE.txt | Thu Feb 15 11:31:25 -0800 2007 | |
| |
OtherLicensedWorks.txt | Fri Mar 02 21:51:16 -0800 2007 | |
| |
README | Mon May 19 05:00:31 -0700 2008 | |
| |
docs/ | Thu Aug 21 15:12:43 -0700 2008 | |
| |
lift-amqp/ | ||
| |
lift-archetype-basic/ | ||
| |
lift-archetype-blank/ | ||
| |
lift-core/ | ||
| |
lift-facebook/ | ||
| |
lift-installer/ | Sun Sep 21 12:11:37 -0700 2008 | |
| |
lift-machine/ | ||
| |
lift-mapper/ | ||
| |
lift-oauth/ | Sun Jun 15 12:48:18 -0700 2008 | |
| |
lift-openid/ | ||
| |
lift-paypal/ | ||
| |
lift-record/ | ||
| |
lift-testkit/ | ||
| |
lift-textile/ | ||
| |
lift-util/ | ||
| |
lift-widgets/ | ||
| |
lift-xmpp/ | ||
| |
lift/ | ||
| |
pom.xml | ||
| |
sites/ | ||
| |
src/ | ||
| |
vscaladocs-packageLinkDefs.properties | Fri May 09 13:34:27 -0700 2008 |
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

