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: Soham Dasgupta – Spring Cloud Data Flow in action

Organisation: Please excuse us for the inferior quality of the screen recording Spring Cloud Data Flow(SCDF) is a cloud native framework for data processing use cases, from import-export tasks to event streaming and predictive analytics. With SCDF, we can build data integration and real-time data processing using data pipelines that consist of a collection of […]

J-Fall 2021:Marcin Pakulnicki, Tim Linschoten, Pierre Venter – Bakery Platform : API orchestration taken to next level

When you develop critical banking customer interactions, your API can quickly get complex. An API which opens a straightforward bank account, calls up to 20 other microservices for checks like: age, identity, product possession, possible arrears, blockades, Anti-money laundry checks, additional accountholders, and many others. If we would code all interactions in an imperative style, […]

J-Fall 2022: Maarten Mulders – What’s Cooking in Maven?

It’s been over 10 years since Maven 3 saw the light, bringing initial multi-module support. Later releases brought a lot of improvements, bug fixes, and of course coloured output. But the Maven community hasn’t been resting on their laurels. A lot of effort has gone into the future of Maven. You may have heard about […]