Simple Inversion of Control framework for Java/Scala

Posted by Alexey Romanov on Stack Overflow See other posts from Stack Overflow or by Alexey Romanov
Published on 2010-05-05T18:53:15Z Indexed on 2010/05/05 18:58 UTC
Read the original article Hit count: 471

I am looking for a simple to use IoC container for GUI applications written in Java/Scala.

It should support Convention over Configuration, lifecycle management, configuration in code (preferably without any XML needed at all), and checking dependencies at compile-time as much as possible. Something similar to Autofac would be perfect.

© Stack Overflow or respective owner

Related posts about dependency-injection

Related posts about inversion-of-control