DZone and Manning Publications have partnered to bring you an
exclusive chapter from 'Dependency Injection' (by Dhanji R. Prasanna). This chapter
covers...
9 replies - 3707 views - 08/28/09 by lyndsey in Articles
Version 3.0.0 contains support for using Butterfly Container as an
internationalization mechanism for your application. You can
internationalize (localize)...
0 replies - 296 views - 08/05/09 by Jakob Jenkov in Announcements
There's been some interesting feedback from JSR299 folks on the new @Inject proposal. (Though there is a bit of argument for argument sake in there :).I
can...
17 replies - 2196 views - 05/08/09 by James Strachan in News
Butterfly DI Container 2.8.0
Butterfly DI Container is an ultra lightweight Java dependency injection container. It supports
pretty much all the most...
0 replies - 377 views - 04/29/09 by Jakob Jenkov in Announcements
Being about 3 years old and reasonably matured, I thougt I'd take the
liberty to introduce Butterfly DI Container to the JavaLobby community.
Butterfly DI...
1 replies - 3796 views - 04/20/09 by Jakob Jenkov in News
Butterfly DI Container 2.7.9-beta
Butterfly DI Container is an ultra lightweight Java dependency injection container. It supports
pretty much all the most...
0 replies - 413 views - 03/27/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...
48 replies - 11005 views - 12/29/08 by alesj in Articles
In a previous post
I showed you how you could use mixin composition and self type
annotations to enable Dependency Injection (DI). Mixin composition is
an...
0 replies - 3400 views - 12/10/08 by Jonas Boner in Articles
I've spent last four years on developing applications that was build on top of the Inversion of Control pattern. My experience with IoC or more precisely...
2 replies - 2740 views - 12/10/08 by Roman Pichlik in News
Version 2.6.0 brings easy Map configuration and the ability to assign names to the input streams from which you read container scripts. This name is used when...
0 replies - 1458 views - 10/16/08 by Jakob Jenkov in Announcements
We talked about how it is important to separate the new operators from the application logic. This separation forces your code to have factories which are...
0 replies - 2048 views - 09/24/08 by mhevery 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...
0 replies - 1476 views - 08/25/08 by Jakob Jenkov in Announcements
During my private studies on dependency injection (DI), dynamic proxy,
remoting, Maven2 and JPA I started to create a small very simple
dependency injection...
8 replies - 1917 views - 08/15/08 by Simon Martinelli in Announcements
DZone continues its Refcardz series with a new, free PDF cheatsheet on dependency injection and EJB3. Written by EJB expert author, Debu Panda, it covers all...
1 replies - 4006 views - 06/02/08 by Nitin Bharti in News
Last November we got Spring 2.5 and with it the possibility to use annotations for dependency injection (DI). Annotations can be used instead or mixed with the...
2 replies - 6535 views - 05/13/08 by Rainer Eschen in News