Re: Working on a patch to add Clojure for Spring dynamic language support

2014-03-15 Thread Adan Scotney
the-message (get *spring-bindings* "message")) (reify org.springframework.scripting.Messenger (getMessage [this] (str the-message (.add my-calculator 4 9 On Saturday, 8 March 2014 16:10:56 UTC, Adan Scotney wrote: > > Hi, > > I have a Java project which uses Spring to wire together various ser

Working on a patch to add Clojure for Spring dynamic language support

2014-03-08 Thread Adan Scotney
Hi, I have a Java project which uses Spring to wire together various services, and the only way I've managed to find to integrate Clojure services (without using gen-class) is to have something resembling the MethodInvokingFactoryBean, or to manually write a wrapper which calls out to Clojure.