Re: REST library

2010-02-18 Thread Brandon Mason
This is also worth taking a look at: http://code.google.com/p/implementing-rest/wiki/ByLanguage Thanks for the link. I'm also starting a RESTful Clojure project. This looks like good reading for me. On Feb 17, 4:10 am, Shantanu Kumar wrote: > On Feb 17, 3:05 pm, Roman Roelofsen > wrote: > > > H

Re: REST library

2010-02-17 Thread Roman Roelofsen
Shantanu Kumar wrote: > On Feb 17, 3:05 pm, Roman Roelofsen > wrote: > >> Hi, >> >> does someone knows a good Clojure REST framework? It should help with >> URL destructuring and maybe creating JSON return data etc. >> > > You can take a look at Taimen (in Alpha now) - > http://code.googl

Re: REST library

2010-02-17 Thread Shantanu Kumar
On Feb 17, 3:05 pm, Roman Roelofsen wrote: > Hi, > > does someone knows a good Clojure REST framework? It should help with > URL destructuring and maybe creating JSON return data etc. You can take a look at Taimen (in Alpha now) - http://code.google.com/p/bitumenframework/ Taimen doesn't do s

Re: REST library

2010-02-17 Thread Alex Ott
Hello Roman Roelofsen at "Wed, 17 Feb 2010 11:05:27 +0100" wrote: RR> Hi, RR> does someone knows a good Clojure REST framework? It should help with RR> URL destructuring and maybe creating JSON return data etc. I built web-services using compojure + clojure.json - all works fine -- With be