Java Spring Framework Question:

What is AOP module?

Tweet Share WhatsApp

Answer:

The AOP module is used for developing aspects for our Spring-enabled application. Much of the support has been provided by the AOP Alliance in order to ensure the interoperability between Spring and other AOP frameworks. This module also introduces metadata programming to Spring. Using Spring’s metadata support, we will be able to add annotations to our source code that instruct Spring on where and how to apply aspects.

Download Spring Framework PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is Application context module?What is JDBC abstraction and DAO module?