dpp / liftweb
- Source
- Commits
- Network (40)
- Issues (46)
- Downloads (18)
- Wiki (30)
- Graphs
-
Tree:
9221e47
commit 9221e47481f22412ee47f1641c77894d8431691f
tree baf47a7fe542cb8bb0dafd162773b49bee410c77
parent 17ed25263b3c4eb3b3dfa8ef21873c1bf0fe49cf
tree baf47a7fe542cb8bb0dafd162773b49bee410c77
parent 17ed25263b3c4eb3b3dfa8ef21873c1bf0fe49cf
liftweb /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jun 23 16:14:39 -0700 2009 | |
| |
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 | |
| |
lift-archetypes/ | ||
| |
lift-base/ | ||
| |
lift-core/ | Thu Nov 05 15:16:35 -0800 2009 | |
| |
lift-examples/ | ||
| |
lift-misc/ | Fri Oct 23 06:47:13 -0700 2009 | |
| |
lift-modules/ | ||
| |
lift-persistence/ | ||
| |
pom.xml | ||
| |
remove-trailings.sh | Wed May 27 12:41:15 -0700 2009 | |
| |
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


