Are IoC containers about configuration files?

Posted by Jader Dias on Stack Overflow See other posts from Stack Overflow or by Jader Dias
Published on 2010-01-10T18:34:42Z Indexed on 2010/05/19 9:20 UTC
Read the original article Hit count: 325

Recently I developed a performance tester console application, with no UI, with the help of a IoC containter (Castle-Windsor-Microkernel). This library enabled me to let the user choose which test(s) to run, simply by changing the configuration file.

Have I realized what IoC containers are about? I'm not sure. Even Joel said here on SO that IoC are difficult to understand.

From my example, what do you conclude? Am I using IoC container for exactly what they were designed for? Or I am just using one of its secondary features?

© Stack Overflow or respective owner

Related posts about ioc-container

Related posts about inversion-of-control