Java frameworks often need to dynamically create classes.
One approach to do that easily in Java is dynamic proxies.
In this talk, we will show how they compare to hand-written classes.
We will then examine how we can use dynamic proxies to reduce the amount of code that we have to write.
Speakers: Heinz Kabutz