June 2018
Intermediate to advanced
408 pages
11h 23m
English
In this section, we will learn different types of processes to configure the DI. The following diagram is a high-level view of how the configuration process works in Spring:

As per the preceding diagram, the Spring container is responsible for creating the bean in your application and building relationships between those beans via the DI pattern; however, as we discussed earlier, it's the developer's responsibility to tell the Spring container, through the metadata, how to create beans and how to wire them together.
The following are three techniques to configure the metadata of your application:
Read now
Unlock full access