After months of work, Conjure 0.4 is finally released.

Conjure is a Rails like web framework for Clojure. With in only a few
seconds, you can start a web server with a database backend and an MVC
clojure framework running it all.

You can download 0.4 here: http://github.com/macourtney/Conjure/downloads

A tutorial updated for 0.4 is posted here:
http://wiki.github.com/macourtney/Conjure/hello-world-tutorial-2

How-tos are posted: http://wiki.github.com/macourtney/Conjure/how-to

Google group: http://groups.google.com/group/clojure-conjure?hl=en


Conjure 0.4 includes the following new features:

New view helper functions including link-to, form-for, all of the
standard form input and widget functions, image-tag, stylesheet-link-
tag, javascript-include-tag and mail-to.

Ajax support using ajax-link-to and ajax-form-for.

Scaffolding which works much like Rails scaffolding, but with more
features out of the box. Scaffolds already support ajax, pick up all
of your controllers automatically and have a nice default layout using
the Crystal X web design template.

Xml view templates using prxml.

Mysql support.

Session management and a database session store.

Logging using clojure.contrib.logging already set up using
java.util.logging. You can, of course, change the backend logging
library to anything clojure.contrib.logging supports.

And more...

A full list of new features can be found at:
http://wiki.github.com/macourtney/Conjure/conjure-04-features


-Matt Courtney

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

Reply via email to