What is weaving in spring aop?



What is weaving in spring aop?..

Answer / 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

More Spring Framework Interview Questions

Name the different modules of the spring framework?

1 Answers  


What are the minimum configurations needed to create spring mvc application?

1 Answers  


What are the different types of events of listeners?

1 Answers  


What is a spring transaction?

1 Answers  


Why spring is loosely coupled?

1 Answers  


Why should I use dependency injection?

1 Answers  


Explain the advantages of using dao module?

1 Answers  


What is the use of application context in spring?

1 Answers  


Does spring boot use spring mvc? : Spring Boot

1 Answers  


What are the spring components?

1 Answers  


What is delegatingvariableresolver?

1 Answers  


Explain xml schema-based aspect implementation ?

1 Answers  


Categories