Butterfly DI Container 2.8.0
Butterfly DI Container is an ultra lightweight Java dependency injection container. It supports
pretty much all the most commonly used DI features. Butterfly DI Container is different from
Spring in that it uses a DI specific...
0 replies - 1287 views - 04/29/09 by Jakob Jenkov in Announcements
Today, Dependency injection (DI), or Inversion of Control (IoC), lies at the core of many frameworks that espouse the notion of a container or a component model. We discussed component models in my previous Microcontainer (MC) article. JBoss’ old JMX kernal...
50 replies - 25414 views - 12/29/08 by Ales Justin in Articles
Butterfly Container is a Java dependency injection container. It is smaller (~100KB jar), yet more flexible and easier to use than Spring, Pico, and Guice (at least in the developers' opinion). Instead of XML, Butterfly Container is configured using a simple,...
3 replies - 2379 views - 09/10/08 by Jakob Jenkov in Announcements
Butterfly Container is a Java dependency injection container. It is smaller (~100KB jar), yet more flexible and easier to use than Spring, Pico, and Guice (at least in the developers' opinion). Instead of XML, Butterfly Container is configured using a simple,...
0 replies - 2985 views - 08/25/08 by Jakob Jenkov in Announcements