[ANN] Protean 0.9.0-beta.1 - Evolving API's

2014-12-18 Thread rossputin
Software for evolving RESTful API's and Web Services. Encode/specify, simulate and integration test your API's. README and source code: https://github.com/passivsystems/protean/tree/0.9.0-beta.1. Download: https://github.com/passivsystems/protean/releases/tag/0.9.0-beta.1 Documentation: http:

[ANN] Protean 0.8.0 - RESTful API simulation, docs and integration testing

2014-06-30 Thread rossputin
eaders. Finally assuming some regularity is imposed over the API (caveat disclaimer etc etc), free simulation integration testing and free real API integration testing can be performed over specified ranges of the API's surface area. A simplistic prototype Beer brewing RESTful API (https:/

Re: Advice for building backend REST services from scratch using clojure

2014-04-11 Thread rossputin
My two cents... Ring/Compojure, Friend, Datomic. I've had these in production since 2012, no issues really and its still fun to hack on them. On Thursday, 10 April 2014 15:13:19 UTC+1, Kashyap CK wrote: > > Hi, > I have the opportunity to build a set of services from scratch. I plan to > use c

[ANN] Protean - a tiny project for simulating / testing RESTful API's

2014-04-08 Thread rossputin
Hi. We've just open sourced Protean (https://github.com/passivsystems/protean), a little Clojure/edn project which enables simulation of RESTful API's. Configuring projects with edn is compact and efficient and does not require polluting actual project code in anyway. API project behaviour c

Re: clojure.java.jdbc byte[] result type question

2012-06-03 Thread rossputin
Hey. Yes, thanks for your help, it was a String as a byte array. On Jun 2, 10:20 pm, Sean Corfield wrote: > On Fri, Jun 1, 2012 at 5:26 AM, rossputin wrote: > > I've got a clojure.java.jdbc result coming back as a byte[].  Its from > > a GROUP_CONCAT on an int(10) field

clojure.java.jdbc byte[] result type question

2012-06-02 Thread rossputin
Hi. I've got a clojure.java.jdbc result coming back as a byte[]. Its from a GROUP_CONCAT on an int(10) field. In the mysql client the result is: '1,2,4,6,7,19,24,32,54,152'. I am unsure how to extract this result properly in clojure… (println (seq (somevar))) gives me an unexpected result: (49

Hooking up Postal to Amazon SES

2012-06-02 Thread rossputin
Hi Guys. Has anyone hooked Postal up to SES ? If so how ? Thanks! -- 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