Does spring perform weaving at compile time?



Does spring perform weaving at compile time?..

Answer / Santram

Spring performs weaving (applying aspect advice) primarily during runtime, using either JDK dynamic proxy or CGLIB. However, it does support compile-time weaving for performance reasons, using tools such as AspectJ compiler.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is @springbootapplication?

1 Answers  


Does spring framework support all joinpoints?

1 Answers  


What is spring mvc interceptor and how to use it?

1 Answers  


What does autowired mean?

1 Answers  


What is the difference between autowiring and dependency injection?

1 Answers  


What is the advantage of spring boot? : Spring Boot

1 Answers  


What is yml file in spring boot? : Spring Boot

1 Answers  


What is @activeprofiles?

1 Answers  


What is a component in spring?

1 Answers  


What is spring configuration file?

1 Answers  


What is dao in spring boot? : Spring Boot

1 Answers  


What is the use of viewresolver in spring?

1 Answers  


Categories