IoC

  • submit to reddit

Applying IOC/DI to Method Design

Eventhough IOC is a generic design pattern, with the Spring framework the IOC/DI pattern became more popular. We can find lot of definitions for IOC/DI over internet, but the underlying concept is the same.

1 replies - 4698 views - 01/20/11 by Sivaprasadreddy... in Tips and Tricks

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 understand 299 folks wanting there to be just one spec that talks about IoC. However IoC is a large...

17 replies - 4135 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 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

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 an error is detected in the script, making it easier to find out the file in which the error...

0 replies - 2695 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 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 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 least in the developers' opinion). Instead of XML, Butterfly Container is configured using a simple,...

0 replies - 2984 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 framework with some basic features. It's not as powerful as Spring or similar frameworks but it helps...

8 replies - 3289 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 applications by integrating it step by step into a tiny report engine. The main goal is the...

4 replies - 8310 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 Spring's DI XML configuration with its lack of type safety.

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