Module-2(IOC & Dependency Injection)
Module-2(IOC & Dependency Injection)
IOC(INVERSION OF CONTROL)
What Is Inversion of Control?
Inversion of Control is a principle in software engineering which transfers
the control of objects or portions of a program to a container or framework.
We most often use it in the context of object-oriented programming.
ApplicationContext
Spring Web
Spring Web MVC
Spring Core
Spring Data Core
Spring
Spring AOP
Context
Spring
Spring Bean
Transaction
Spring JDBC
Examples refer to Sts
Practical examples will be show in class.