Speaker
✓ See you 2021
✓ Wir sehen uns 2021
Infos
Beschreibung
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. We also briefly explore other dynamically implemented patterns, such as decorator, adapter, and composite.