Exposing Data to the View

Learn how to expose data to the view for rendering.

We'll cover the following...

The method signature of controller methods is very flexible. Spring has dependency injection at the method and class level where we can use constructor injection (or field injection) ...