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 |
Name the different modules of the spring framework?
What are the minimum configurations needed to create spring mvc application?
What are the different types of events of listeners?
What is a spring transaction?
Why spring is loosely coupled?
Why should I use dependency injection?
Explain the advantages of using dao module?
What is the use of application context in spring?
Does spring boot use spring mvc? : Spring Boot
What are the spring components?
What is delegatingvariableresolver?
Explain xml schema-based aspect implementation ?