SubCut Scala Dependency Injection Framework
- by kerry
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