DI/IoC in Java for a .NET'er used to Castle.Windsor
- by Ciddan
Is there a Java DI container that works in a similar way to the most excellent Castle.Windsor container on the .NET side?
The Java containers I've had a look at all seem to rely on annotations (Guice) within my services, which I don't dig all that much - I'd like to go POJO all the way if possible. Spring on the other hand can do without the…