DZone recently caught up with Willie Wheeler, author of Spring in Practice (Manning) and long time Java consultant. In this interview, Willie provides an...
0 replies - 2789 views - 11/18/09 by James Sugrue in Articles
One of the most beneficial approaches that you can take in software development is to follow a test driven development approach. While we all understand why...
1 replies - 3207 views - 11/17/09 by James Sugrue in Articles
DZone and Manning Publications have partnered to bring you an
exclusive chapter from 'Dependency Injection' (by Dhanji R. Prasanna). This chapter
covers...
9 replies - 3846 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 - 323 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 - 2221 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 - 389 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 - 3856 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 - 437 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...
50 replies - 11572 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 - 3499 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 - 2755 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 - 1474 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 - 2075 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 - 1497 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 - 1945 views - 08/15/08 by Simon Martinelli in Announcements