Re: ANN: Conjure 0.6 Released

2010-06-13 Thread Matt
> I think you're missing something :) > > Clout is a very low level library. It matches routes using a > Rails-like routing syntax, but it doesn't do anything more than that. > You can match routes like "/book/:id", but you can also match routes > like "/:controller/:action/:id". > > user=> (use '

Re: ANN: Conjure 0.6 Released

2010-06-13 Thread James Reeves
On 13 June 2010 14:20, Matt wrote: > Yesterday morning, I took one more look at Leiningen for Conjure. > After a few false starts and build hacking, I had exactly the same > idea for a Conjure plugin for Leiningen. I've started breaking Conjure > into two jars, conjure.jar which will be all the ba

Re: ANN: Conjure 0.6 Released

2010-06-13 Thread Matt
> I was in much the same position as you a few months ago. Refactoring > Compojure to use the Ring libraries took a lot of work, so I have an > idea of the amount of effort involved :) I've added the latest version of Ring to Conjure, but I haven't updated the cookies or parameters yet. Otherwise,

Re: ANN: Conjure 0.6 Released

2010-06-12 Thread James Reeves
On 11 June 2010 22:52, Matt wrote: > I have thought about much of what you posted. My replies are below. > > 1. I have looked at stronger integration of ring and Conjure, but the > latest version of Ring was a big change from the previous version and > I wanted to get a new version of Conjure out.

Re: ANN: Conjure 0.6 Released

2010-06-11 Thread Matt
Hi James, I have thought about much of what you posted. My replies are below. 1. I have looked at stronger integration of ring and Conjure, but the latest version of Ring was a big change from the previous version and I wanted to get a new version of Conjure out. When I wrote the code handling pa

Re: ANN: Conjure 0.6 Released

2010-06-11 Thread James Reeves
On 11 June 2010 14:46, Matt wrote: > I just released Conjure version 0.6. You can download it at: > http://github.com/macourtney/Conjure/downloads > > Conjure is a full stack web framework (like Ruby on Rails) written in > Clojure. The goal of Conjure is to let users write simple database > backed

ANN: Conjure 0.6 Released

2010-06-11 Thread Matt
I just released Conjure version 0.6. You can download it at: http://github.com/macourtney/Conjure/downloads Conjure is a full stack web framework (like Ruby on Rails) written in Clojure. The goal of Conjure is to let users write simple database backed web applications quickly and easily using Cloj