dpp / liftweb
- Source
- Commits
- Network (41)
- Downloads (22)
- Wiki (32)
- Graphs
-
Branch:
master
mads379 (author)
Mon Feb 08 23:29:33 -0800 2010
liftweb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jan 18 00:01:16 -0800 2010 | |
| |
LICENSE.txt | Thu Feb 15 11:31:25 -0800 2007 | |
| |
README | Mon May 19 05:00:31 -0700 2008 | |
| |
archetypes/ | Mon Feb 08 05:13:48 -0800 2010 | |
| |
examples/ | Wed Jan 27 04:05:35 -0800 2010 | |
| |
framework/ | Mon Feb 08 23:29:33 -0800 2010 | |
| |
installer/ | Sat Dec 19 11:13:39 -0800 2009 | |
| |
pom.xml | Wed Jan 27 04:05:35 -0800 2010 | |
| |
references/ | Sat Dec 19 11:13:39 -0800 2009 | |
| |
resources/ | Mon Feb 08 13:39:11 -0800 2010 |
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

