adspace


What is weaving in spring aop?

Answer Posted / Muneeb Ur Rehman

In Spring AOP, weaving refers to the process of integrating the aspect into the target object (bean) at compile-time or runtime. This integration allows aspects to advise on methods executing within the beans and provides additional functionalities such as logging, security, transactions, etc.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


How can you inject java collection in spring?

518


What is difference between @controller and @restcontroller in spring?

556