It is a generic term used in Spring framework. Since we know Spring framework get control from class which needs dependency i.e Inverison of Control.
So all this happens in IOC Container.
Important IOC Container is ApplicationContext whose you we saw in Hello World Spring Framework Application.
Spring IOC container is very important as it will create object and configure them.
Types : 1. Bean Factory
2. Application Context Container
So all this happens in IOC Container.
Important IOC Container is ApplicationContext whose you we saw in Hello World Spring Framework Application.
Spring IOC container is very important as it will create object and configure them.
Types : 1. Bean Factory
2. Application Context Container
Comments
Post a Comment