Java / NLJUG

551 Videos

J-Fall 2022: Ignite Sessions

Sander Kooijmans – Write unit tests without mocks using Test Data Builders In this ignite session Sander explains how you can write unit tests that use an in-memory database per test case. Instead of using mocks to setup the data in the database Test Data Builders are used to create data in the database. David […]

J-Fall 2022: Ivar Grimstad – Modern and Lightweight Cloud Application Development with Jakarta EE10

**Jakarta EE 10** is packed with new features for simple development of modern, lightweight enterprise Java applications for the Cloud. The new Jakarta EE Core Profile enables developers to develop microservices with Jakarta EE technologies with runtimes smaller than ever. Jakarta EE Core Profile even makes it possible to compile Jakarta EE applications to native […]

J-Fall 2022: Jakob Löhnertz – Dekompiled

Most people run their Kotlin code on the Java Virtual Machine (JVM). But did you ever wonder about how Kotlin can be so concise, clean, and expressive to read and write compared to Java, while in the end it will just be compiled to JVM bytecode nonetheless? There must be quite some heavy lifting going […]