Making Java more dynamic | Rafael Winterhalter | JDevSummit IL '24

preview_player
Показать описание
JDevSummit IL 2024
Brought to you by EventHandler and Java.IL Community

Making Java more dynamic

While Java’s strict type system is a great help for avoiding programming errors, it also takes away some of the flexibility that developers appreciate when using dynamic languages. By using runtime code generation, it is possible to bring back some of this flexibility back to the Java virtual machine. This talk introduces code generation in general and the library Byte Buddy that is often used for this purpose.

Rafael Winterhalter
software consultant at Scienta in Oslo

Rafael works as a software consultant in Oslo, Norway. He is a proponent of static typing and a JVM enthusiast with particular interest in code instrumentation, concurrency and functional programming. Rafael blogs about software development, regularly presents at conferences and was pronounced a JavaOne Rock Star. When coding outside of his work place, he contributes to a wide range of open source projects and often works on Byte Buddy, a library for simple runtime code generation for the Java virtual machine. For his work, Rafael received a Duke's Choice award and was elected a Java Champion.
Рекомендации по теме