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
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.