Java / NLJUG

551 Videos

J-Fall 2021: Simon Ritter – AOT or JIT: Faster Startup or Faster Code?

Microservices have become a prevalent architectural approach to developing applications. Moving from a monolithic application to multiple container-based services has many advantages. One of the largest is dynamic scalability; spinning up and shutting down instances of services to adapt to dynamic loads is very cost-effective in a public cloud environment. For JVM-based applications, running in […]

J-Fall 2021: Maarten Mulders – Dapr: Dinosaur or Developer’s Dream?

Recently, the Dapr community released Dapr into the wild, aiming to simplify cloud-native application development. Dapr lets you abstract your distributed architecture from the underlying infrastructure that powers it. Forget about Kafka, RabbitMQ or any cloud-specific product: you’re talking with a pub/sub broker. Let Dapr take care of how it works. Want to switch later? […]

J-Spring 2021: Victor Rentea – Hibernate + Spring: Unleash the Magic

The most popular Java Frameworks today: Hibernate and Spring. Both rely on magic to make things *seem* simple to novices, but both also hide dark tenets that only the initiate will discover. This live-coding session will reveal the magic at their integration points, discussing transaction propagation, Spring Data Jpa repositories, audit support, proxies, plus several […]

J-Spring 2021: Jeroen Resoort – Serverless Java on Steroids with Knative, Micronaut & GraalVM

Micronaut and GraalVM enable us to build lightweight Java applications. KNative is a Kubernetes-based platform for deploying serverless workloads. This combination of frameworks makes it particularly easy for developers to get started with Serverless Java. In this talk we will develop several microservices with the Micronaut application framework, build them with GraalVM and deploy them […]