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

2014-09-22 Thread henrik42
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

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

2014-03-15 Thread Adan Scotney
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

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.