Spring and CGLIB: Finally Understandable [Video]
What is CGLIB and how does it work with Spring?
Join the DZone community and get the full member experience.
Join For FreeSpring uses a ton of proxy magic. And it doesn't use dynamic JDK proxies by default, rather it uses a third-party library called CGLIB to create proxies for classes that don't have interfaces.
Find out in this episode what CGLIB is and how it works together with Spring; it will save you a ton of time when debugging your Spring projects in the future!
Spring Framework
Opinions expressed by DZone contributors are their own.
Comments