Skip to content

Commit

Permalink
Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Apr 26, 2010
1 parent 5e9953d commit 7c7cb83
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
@@ -0,0 +1,15 @@
Clojure script processor for Spring Surf

Spring Surf is a view composition framework for Spring MVC that plugs into your existing Spring applications.
It provides a scriptable and content-centric approach to building web applications.

This extension provides a Clojure script processor that makes it possible to implement Clojure controllers
for your Spring Surf web scripts.

Usage:

controller.clj:
(assoc! model :keyword value)

view.ftl:
Result is: ${keyword}

0 comments on commit 7c7cb83

Please sign in to comment.