hlship / cascade
- Source
- Commits
- Network (4)
- Issues (15)
- Downloads (0)
- Wiki (13)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 03 21:20:40 -0700 2009 | |
| |
LICENSE-2.0.txt | Thu May 21 16:19:47 -0700 2009 | |
| |
README.textile | Sat Oct 03 21:35:15 -0700 2009 | |
| |
build.xml | Wed Oct 14 09:54:50 -0700 2009 | |
| |
cascade-packages.graffle | Sun Sep 27 10:25:05 -0700 2009 | |
| |
pom.xml | Sat Nov 21 22:36:03 -0800 2009 | |
| |
src/ | Mon Jan 11 08:44:50 -0800 2010 |
Cascade
Welcome to Cascade! Cascade is a web framework for Clojure that emphasizes
idiomatic use of Clojure while drawing inspiration from the Apache Tapesty
web framework.
Cascade templates are an embedded DSL directly in the Clojure code; this takes some getting used to
but ensures that you can take maximum advantage of Clojure when creating your application.
Templates and actions (also Clojure functions) are linked together through a simple action framework.
See the Cascade Wiki for more information.
Authors
Cascade is a itty-bitty side project of Howard M. Lewis Ship, who should be spending more time
on Tapestry.
Care to contribute? Drop me a line!
License
Cascade is released under the terms of the Apache Software License 2.0.
Cascade bundles the JQuery library (version 1.3.2), distributed under dual MIT and GPL licenses.
