Videos

Enterprise Integration Patterns: Back to Fundaments

This playlist contains several video clips that aim at demonstrating how to implement the Hohpe and Woolf black book design patterns, in Java, with Camel and its Quarkus extensions.

Each implemented pattern makes the object of a separate video clip.

Enterprise Integration Patterns: Back to Fundamentals - Introduction

A 6 minutes introduction stating my motivation for this project, as well as a couple of methodological details.

Enterprise Integration Patterns: Back to Fundamentals - The Aggregator

This is the 1st episode of our playlist where we demonstrate the Aggregator, which is the 1st pattern, in alphabetical order, in the Hohpe and Woolf “black book”.

Enterprise Integration Patterns: Back to Fundamentals - The Canonical Data Model

In this episode of our playlist we demonstrate the Canonical Data Model, which is the next pattern, in alphabetical order, in the Hohpe and Woolf “black book”.

Enterprise Integration Patterns: Back to Fundamentals - The Content Enricher

In this episode of our playlist we demonstrate the Content Enricher, one of the most interesting enterprise integration patterns in the Hohpe and Woolf “black book”.

Java: From Imperative to Functional - A Complete Use Case

This video discusses the reality of the functional programming in Java and demonstrate, across several iterations, how to refactor purely imperative code to more functional one.