Re: Change var in other namespace

2012-11-13 Thread himangshu
this reply was god sent to me. I use tomcat and war to deploy my clojure code. the default thing was just not compiling. Although I do not have slf4j in my classpath. find logger was still giving slf4j and when it encountered first logging statement, the code used to crap out saying class not f

Re: clj-string template

2011-03-14 Thread himangshu hazarika
accessing the template using $template-classpath$ Thanks Himangshu On 14 March 2011 08:21, Shantanu Kumar wrote: > Hi Himangshu, > > Author of Clj-StringTemplate here. Yes, my focus has been on database > libraries for some time - I was intending to come back to it sometime > around

clj-string template

2011-03-13 Thread himangshu hazarika
Hi guys, is clj-string template kind of dormant. there has been not much of activity, Does it support groups as of now?? Are thr ny syntax highlighter for the templates. Regards Himangshu -- You received this message because you are subscribed to the Google Groups "Clojure" group.

Re: feedback on first compojure app: Sportello

2011-03-13 Thread himangshu hazarika
you can also use clj-stringtemplate https://bitbucket.org/kumarshantanu/clj-stringtemplate it can pull stuff from classpath On 10 January 2011 05:22, Alex Baranosky wrote: > Thanks for the help James, I appreciate the points for imp

json parsing issues with apache cxf integration

2010-09-02 Thread himangshu
I am trying to build a rest webservice using compojure/ring and json marshalling. the consumers of the web service are written in java and we are thinking of using apache cxf. when i am trying to send an object using jsonprovider , it is getting correctly parsed at the client end but on using ring