spring terminology - technoangel/java GitHub Wiki
Spring Terminology
Container
A container is an in-memory registry that holds beans and the application space.
Beans
POJOs that are instantiated and registered with the container.
A container is an in-memory registry that holds beans and the application space.
POJOs that are instantiated and registered with the container.