Re: Spring and Clojure

2009-06-04 Thread Dmitriy Kopylenko
d not want to loose some > of the low level > stuff we wrote in Java. > > Being curious, can you shed any light of the use you would make of Clojure > beans ? > > Luc P. > > On Wed, 2009-06-03 at 09:02 -0700, Dmitriy Kopylenko wrote: > > Hello. > > I'm jus

Re: Spring and Clojure

2009-06-03 Thread Dmitriy Kopylenko
in clojure to implement interfaces at > runtime via the 'proxy form, it could be interesting to have a better > integration via a specific dynamic language extension, getting rid of > step 4 in the above described process. > > HTH, > > -- > Laurent > > 2009/6/3 D

Spring and Clojure

2009-06-03 Thread Dmitriy Kopylenko
Hello. I'm just wondering is there a way to create Clojure beans and inject them into other Spring beans (given that Clojure code implements Java interface) inside Spring ApplicationContext, similar to other dynamic langs support: http://static.springframework.org/spring/docs/2.5.x/reference/dyn

Using Clojure script as Spring beans

2009-06-03 Thread Dmitriy Kopylenko
Hello Clojure gang. I am just wondering is there a way to 'magically' create Spring bean (eligible for injection) from Clojure scripts source, provided that Clojure code implements the existing Java interface? The approach similar to Spring dynamic language support: http://static.springframework.