Recorded at SpringOne2GX 2014.
Speaker: Ashley Puls, New Relic
Slides: http://www.slideshare.net/SpringCentr...
With Spring and Hibernate on your stack, your application's bytecode is likely enhanced or manipulated at runtime. This session examines three common byte code manipulation frameworks: ASM, CGLib, and Javassist (Java Programming Assistant). We will discuss how these tools work and why frameworks like Spring use them. You will learn enough to begin integrating these frameworks directly into your own code.