IoC

Thoughts on the New @Inject JSR

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 - 2230 views - 05/08/09 by James Strachan in News

Butterfly DI Container 2.8.0

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 - 396 views - 04/29/09 by Jakob Jenkov in Announcements

Butterfly DI Container 2.6.0

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 - 1482 views - 10/16/08 by Jakob Jenkov in Announcements

Butterfly DI Container v. 2.5-9-beta: Easier Collection, Array, and Map Configuration

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...

3 replies - 1488 views - 09/10/08 by Jakob Jenkov in Announcements

Butterfly DI Container 2.4.0

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 - 1513 views - 08/25/08 by Jakob Jenkov in Announcements

simject: Simple Dependency Injection

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 - 1953 views - 08/15/08 by Simon Martinelli in Announcements

Spring in Small Doses

Spring is a well organized framework and IoC container that can be used in a modular way. In this article we are going to see how Spring can help us to develop...

4 replies - 5513 views - 03/11/08 by Tiago Brito Spindola in News

Spring XML Hell? Escape XML Hell

There are some who do not like to configure dependency injection (DI) in XML. They call it "XML Hell"! There are some who even complain about...

14 replies - 14032 views - 02/28/08 by Rick Hightower in News