Java / NLJUG

551 Videos

J-Spring 2023: Maven Puzzlers – Andres Almiray & Ix-chel Ruiz

Apache Maven is an ubiquitous build tool in the Java ecosystem, some even claim it’s the defacto standard build tool. Configuring Maven is deceptively simple, after all it’s just a matter of writing XML, isn’t it? Things look differently when the rubber meets the road. One must know the intricacies of the build lifecycle; how […]

J-Spring 2023: Internal Life of Your Debugger – Nataliia Dziubenko

Every developer is familiar with debugging: we all debug applications quite often. In this talk I invite you to take a look deeper and see how it works inside. To understand that better, we will first discuss the JVM architecture and the bytecode execution process. Then, let’s talk about Java Platform Debugger Architecture. We will […]