Skip to content

Latest commit

 

History

History

01-dependency-injection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Dependency Injection in Scala

This project illustrates several ways to achieve Dependency Injection in Scala and it's highly inspired by Dave Gurnell's tech talk

Dependencies Injection strategies covered:

  • Google Guice
  • Constructor based
  • Macwire
  • Traits
  • Thin Cake Pattern
  • Full Cake Pattern
  • Functions based