Across
- 3. This module makes Spring a framework
- 6. This layer of the Spring IO platform provides a cohesive set of APIs and embeddable runtime components that enable to build applications
- 7. Spring uses this to convert all other types except the built in scalar types
- 8. This concept enables behavior that would otherwise be scattered through different methods to be modularized in a single place
- 9. This is a concept by which classes need to know about each other
Down
- 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. When this concept is applied, objects are passively given their dependencies instead of creating or looking for dependent objects for themselves
- 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.
- 5. A typical spring architecture will be based on programming to this
- 10. Dependency injection is a form of this type of configuration
