<quote>This is also worth taking a look at: http://code.google.com/p/implementing-rest/wiki/ByLanguage</quote> 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 <[email protected]> wrote: > On Feb 17, 3:05 pm, Roman Roelofsen <[email protected]> > 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 serialization for you, but you can use clojure.json > for that. > > This is also worth taking a look > at:http://code.google.com/p/implementing-rest/wiki/ByLanguage > > Regards, > Shantanu -- 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
