Re: Korma Sql model not accepting url var

2014-02-11 Thread exel...@gmail.com
Hi Shantanu, I finally got it working as follows: (defmulti parse-int type) (defmethod parse-int java.lang.Integer [n] n) (defmethod parse-int java.lang.String [s] (Integer/parseInt s)) (defn get-a-member [id] (layout/render "member/profile2.html" {:member (db/get-member-url (parse-int id)

Re: Korma Sql model not accepting url var

2014-02-11 Thread exel...@gmail.com
Hi Shantanu, Am trying out the diff solutions and will select one and post my results in a couple days. Will likely just use java.jdbc Best, Pardeep. On Feb 11, 2014, at 9:38 PM, Shantanu Kumar wrote: > > Btw, would you recommend using an ORM or straight java.jdbc and if an ORM, > any partic

Re: Email delivery libs not working

2014-02-25 Thread exel...@gmail.com
Let me know whenever its updated, dynamic email and img resize v heavy use cases. You guys are doing an amazing job with all the libs, most of them higher end stuff. I've never done msg queuing or used a graph db, so looking forward to expanding. Its a polygot reality hereon. P. On Feb 25,

Re: Image processing

2014-02-27 Thread exel...@gmail.com
Hi Michael, Got some good results on img processing tests. I got image resizer working nice, it was a resource path issue. However after some side by side testing with graphicmagick, I found imgscalr outputs files at a 30% to 50% larger file size. About 30% on larger dimensions, 50% on thumbna