Official documentation
The base interfaces of spring IOC are BeanFactory and ApplicationContext.
the main implementations are :
- AnnotationConfigApplicationContex
- ClassPathXmlApplicationContext
- FileSystemXmlApplicationContext
- GenericApplicationContext
In this example i'll show the xml based configuration of beans in IOC.