Java Software Development Tutorials and Videos

Spring Tips: Apache Camel

This video the Apache Camel enterprise integration framework, its numerous components, its Java DSL, support for observability, its integration with Spring Boot and the larger Spring ecosystem. Apache Camel is an open source framework for message-oriented middleware with a rule-based routing and mediation engine that provides a Java object-based implementation …

Building Modular Java Applications with JPMS and Layrry

The Java Module System lays the foundation for building modularized applications on the JVM. It doesn’t concern itself though with resolving module versions and obtaining modules from repositories. This is where Layrry comes in: an open source API and launcher for modularized Java applications which takes a descriptor of the …