What is weaving in spring?
Answer / Prashant Malik
Weaving in Spring refers to the process of modifying classes or method calls at runtime, to incorporate aspects such as security, logging, transaction management, and other functionalities. This process can be achieved through different techniques: aspect oriented programming (AOP), load-time weaving (LTW) and bytecode enhancement.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are dispatcher servlet and context loader listener?
How to integrate java server faces (jsf) with spring?
What pojo stands for?
What is the use of @configuration in spring?
What is orphan removal? : Spring Boot
What is spring in java with example?
What is difference between applicationcontext and beanfactory?
What is jsr330?
What is @bean annotation in spring boot? : Spring Boot
What is the meaning of stereotype annotations in spring?
Why do we go for spring?
What is cli in spring boot? : Spring Boot