[slf4j-dev] Review of slf4j
Niclas Hedhman
niclas at hedhman.org
Wed May 11 16:22:40 CEST 2005
On Wednesday 11 May 2005 16:21, Ceki Gülcü wrote:
> I intent to stop and think about this problem in more depth, in particular
> after studying the Spring Framework. Would you recommend any other
> frameworks worth looking at?
Spring promotes setter injection for everything.
Pico promotes constructor injection for everything.
In both cases, it is about the framework preparing the instance to be passed
to the user object, i.e. basic Inversion-of-Control.
So, I assume that it would cover the basics of IoC.
Cheers
Niclas
More information about the slf4j-dev
mailing list