PicoContainer - Container Comparison

Authors: ?

Overview

This document aims to compare PicoContainer to other IoC containers, both lightweight and not.

Spring Framework

The Spring Framework is a J2EE framework. As such, Dependency Injection and Lifecycle is only one of its concerns. PicoContainer, on the other hand, is concerned only with Dependency Injection and Lifecycle.

Avalon

TODO

HiveMind

TODO