Tagged “Spring Beans”

Spring Framework - What is Dependency Injection?

12 Feb, 2017

Dependency injection is a process in which objects define their dependencies i.e. other objects they require to work, through a constructor, setter methods, factory methods.

Tags:

Spring Framework - Bean scopes

13 Feb, 2017

There are seven bean scopes Spring supports out of which five are only available if your ApplicationContext is web-aware. These are singleton, prototype, request, session, globalSession, application and websocket.

Tags:

See all tags.