public
Description: Simple, fast, easy web applications in idiomatic Clojure.
Homepage: http://github.com/hlship/cascade
Clone URL: git://github.com/hlship/cascade.git
name age message
file .gitignore Sat Oct 03 21:20:40 -0700 2009 Properly ignore Mac .DS_Store files [hlship]
file LICENSE-2.0.txt Thu May 21 16:19:47 -0700 2009 Add copy of ASL License. [hlship]
file README.textile Sat Oct 03 21:35:15 -0700 2009 Package JQuery with the framework [hlship]
file build.xml Wed Oct 14 09:54:50 -0700 2009 Include the compiled class cascade.filter in th... [hlship]
file cascade-packages.graffle Sun Sep 27 10:25:05 -0700 2009 Initial pass at in-framework exception reporting [hlship]
file pom.xml Sat Nov 21 22:36:03 -0800 2009 Change Selenium dependencies to scope 'test' [hlship]
directory src/ Sat Nov 21 21:40:47 -0800 2009 Add additional integration tests [hlship]
README.textile

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.