Java / NLJUG

551 Videos

J-Fall 2023: Authorization beyond @RolesAllowed – Arthur van Leeuwen

    We will take a tour of approaches to actually making authorization decisions in your system. This will take examples from multiple different authorization systems we’ve developed over the past 2 decades, as well as existing standards and tools, and highlight what to think about when it comes to authorization, some options for implementing […]

J-Fall 2023: Calibrate Garbage Collection on the Ground and Run Your Java App – Ana Maria Mihalceanu

Struggling to understand which garbage collector fits the bill for your application needs? Will your choice affect the performance forecast for your Java system once containerized and in production? Throughout this session, we’ll examine two kinds of applications, CPU or I/O intensive, and gradually improve the GC configurations by evaluating the throughput, latency, and footprint […]

J-Fall 2023: Combating the struggles of modern cloud-native java developers – Grace Jansen

Moving our applications to the cloud has offered useful innovations and advantageous characteristics, including flexibility, dynamic scaling, and increased resiliency. However… it’s not all been sunshine and roses. Moving to the cloud can be hard and frustrating! As developers, we’re now dealing with an ever-changing and ever more complex landscape with new tools, technologies, and […]