Spring Day_1

12345678910
Across
  1. 3. This module makes Spring a framework
  2. 6. This layer of the Spring IO platform provides a cohesive set of APIs and embeddable runtime components that enable to build applications
  3. 7. Spring uses this to convert all other types except the built in scalar types
  4. 8. This concept enables behavior that would otherwise be scattered through different methods to be modularized in a single place
  5. 9. This is a concept by which classes need to know about each other
Down
  1. 1. It’s a new framework designed to simplify the development of a new Spring application freeing developers from the need to define boilerplate configuration.
  2. 2. When this concept is applied, objects are passively given their dependencies instead of creating or looking for dependent objects for themselves
  3. 4. In this kind of injection, components are registered with the framework, including the parameters to be used and the framework provides instances of the component with all the specified facilities applied.
  4. 5. A typical spring architecture will be based on programming to this
  5. 10. Dependency injection is a form of this type of configuration