I'm pleased to announce the 0.1.0 release of funkyweb, my ring based clojure
webframework.

It provides the following main abstractions:

Controller: Controllers work somewhat like namespaces in that they define
the base of the route so any actions defined under a controller will have
routes generated that starts with the controller name.

Action: Actions looks like functions in that they take a name an argument
list and a body and they generates routes and url helper functions based on
their name and arguments.

More information can be found in the readme included with the source code at
http://github.com/pmh/funkyweb

I would love to hear what you think about it.


- Patrik

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to