Re: ANN: Java dependency injection in Clojure

2011-05-07 Thread Luc Prefontaine
Hi Alessio, My plan is to use this to wrap other Java frameworks to simplify their APIs. Internally, we started to use it to wrap Java libs as sets of resources accessible from Clojure and it simplifies things a lot. I have some ideas about wrapping Swing that I will experiment this summer. If y

Re: ANN: Java dependency injection in Clojure

2011-05-04 Thread Alessio Stalla
On 4 Mag, 06:53, Luc Prefontaine wrote: > Hi, > > being tired of wandering through a few thousand lines of XML Spring bean > definitions, I finally wrote a library > to start moving away from Spring/XML. It's definitively nicer doing > dependency injection/auto-wiring using Clojure. > > This is

ANN: Java dependency injection in Clojure

2011-05-03 Thread Luc Prefontaine
Hi, being tired of wandering through a few thousand lines of XML Spring bean definitions, I finally wrote a library to start moving away from Spring/XML. It's definitively nicer doing dependency injection/auto-wiring using Clojure. This is part of our global effort here to confine Java as much