Ashley Puls

Programming Talks by Ashley Puls

Living in the Matrix with Bytecode Manipulation

Ashley Puls
an hour
Living in the Matrix with Bytecode ManipulationWith 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 ...