Hi Adan,
not sure if it helps, but defining Spring beans that call Clojure code is
straight forward:
You can find more examples at https://github.com/henrik42/spring-break
I've played around with the Spring scpting API but as far as I can tell it
won't let y
A bit of an update (if anybody is even following this!).
I've pushed some more changes to my fork (
https://github.com/Orkie/spring-framework/tree/SPR-11530).
I've added the attribute 'immutable-properties' which tells the dynamic
language post processor to intercept/resolve the properties and p
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.