adspace


What is weaving in spring?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lazy class?

490


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

556


How can you inject java collection in spring?

518