Exercise: Dependency Injection Using CDI
Write an extension that supports dependency injection using CDI.
We'll cover the following...
Problem statement
Dependency injection makes service objects easier to use when writing tests.
Contexts and Dependency Injection (CDI) is a standard dependency injection framework with Java Enterprise ...