Scaldi - is Scala dependency injection library. Basically Scala already have everything you need for dependency
injection. But still some things can be made easier. Goal of the project is to provide more standard and easy way
to make dependency injection in Scala projects consuming power of the Scala language. With Scaldi you can define
your application modules in pure Scala without any annotations or XML.
Scaldi - is Scala dependency injection library. Basically Scala already have everything you need for dependency injection. But still some things can be made easier. Goal of the project is to provide more standard and easy way to make dependency injection in Scala projects consuming power of the Scala language. With Scaldi you can define your application modules in pure Scala without any annotations or XML.
For more information see: http://olegilyenko.github.com/scaldi/Scaldi.html