💾 Archived View for gemini.bortzmeyer.org › fosdem › event-11167.gmi captured on 2022-04-29 at 01:10:30. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
Heinz Kabutz
Type devroom
Starts on day 2 (2021-02-07) at 15:20 (Brussels time, UTC+1) in room Openjdk (duration 00:40)
Matrix room #openjdk:fosdem.org
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.