SubCut Scala Dependency Injection Framework

Posted by kerry on Gooder Code See other posts from Gooder Code or by kerry
Published on Fri, 15 Jul 2011 17:02:21 +0000 Indexed on 2011/11/11 18:20 UTC
Read the original article Hit count: 712

It’s no secret I am a fan of dependency injection.  So I was happy to hear that Dick Wall of the Java Posse recently released a dependency injection framework for scala.  Called SubCut, or Scala Uniquely Bound Classes Under Traits, the project is a ‘mix of service locator and dependency injection patterns designed to provide an idiomatic way of providing configured dependencies to scala applications’.

It’s hosted on github, so ‘git’ (rimshot) over there and try it out:

Dependency injection framework for Scala

© Gooder Code or respective owner

Related posts about Developer Tools

Related posts about Dependency Injection