Popularity
6.0
Stable
Activity
0.0
Stable
389
25
29

Programming language: Scala

SubCut alternatives and similar packages

Based on the "Modularization and Dependency Injection" category.
Alternatively, view SubCut alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of SubCut or a related project?

Add another 'Modularization and Dependency Injection' Package

README

SubCut README

SubCut, or Scala Uniquely Bound Classes Under Traits, is a mix of service locator and dependency injection patterns designed to provide an idiomatic way of providing configured dependencies to scala applications. It is not a full inversion of control solution like Spring, but instead provides flexible and nearly invisible binding of traits to instances, classes or provider methods, along with a convenient binding DSL (Domain Specific Language) and an emphasis on convenience for developers, compile time performance, compile time type safety and immutability.

It is also small (a few hundred lines of code) and has no dependencies other than the Scala runtime libraries (plus scalatest and junit if you want to build from source and run the tests).

The SubCut library is available as open source under the Apache v2 license.

Documentation

Just Added: Property File Configuration

The scaladoc in the source code is reasonably complete, and will continue to be improved. The unit tests provide further code examples of how subcut can be used, but does not attempt to demonstrate recommended uses or effective recipes. There is a Getting Started document that spells out the quickest way to get going, and (in the author's opinion), the best way to use subcut effectively.

Scaladocs can be found on the GitHub home page for SubCut.

Or, take a look at an overview of What's new in SubCut 2.0


*Note that all licence references and agreements mentioned in the SubCut README section above are relevant to that project's source code only.