Dependency Injection

  • Spring tries to help make this process simpler
  • Handles constructing classes for you
  • If a class is dependent on an interface, figures out which class implements the interface
  • ... and then constructs that class for you

27 / 31