In a project I was tinkering with lately I found the complexity getting to the point where I could use component dependency injection. There are in fact a number of techniques to do this in âplainâ Scala, but they generally seem more painful to me than just dropping in a lightweight DI framework, so I went with Guice. As it happens, Guice works with Scala very nicely, and is very unobtrusive. Ther
{{#tags}}- {{label}}
{{/tags}}