Dynamic Proxies in Java
- Track: Friends of OpenJDK devroom
- Room: D.openjdk
- Day: Sunday
- Start: 15:20
- End: 16:00
- Video with Q&A: D.openjdk
- Video only: D.openjdk
- Chat: Join the conversation!
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 |