Java / NLJUG

394 Videos

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 […]

J-Fall 2023: Do you really need Hibernate? – Simon Martinelli

Projects often use Java Persistence API (JPA) by default and, thus, mostly Hibernate. But do all applications need a comprehensive object/relational mapping (ORM) with all conceivable functions? This talk examines the architecture of database-centric applications and discusses whether you always need an object graph for persistence. Using an example application, it is shown how pure […]

J-Fall 2023: A design pattern goes to the supermarket – Kaya Weers

Everybody knows the term design patterns. Some know the patterns and correct implementation by heart. Others vaguely recognize the pattern names but don’t recall the details. This talk is intended for the latter group.I’ll dive into a couple of design patterns using real-life examples. What would a design pattern look like in day-to-day life? We’ll […]