Introduction to Functional Java 1. Overview In this tutorial, we’ll provide a quick overview of the Functional Java library along with a few examples. 2. The Functional Java Library The Functional Java library is an open source library meant to facilitate functional programming in Java. The library provides lots of basic… Continue Reading java-functional-library

Create a Java Command Line Program with Picocli 1. Introduction In this tutorial, we’ll approach the picocli library, which allows us to easily create command line programs in Java. We’ll first get started by creating a Hello World command. We’ll then take a deep dive into the key features of… Continue Reading java-picocli-create-command-line-program

Guide to Reactive Microservices Using Lagom Framework Programming Reactive 1. Overview In this article, we’ll explore the Lagom framework and implement an example application using a reactive microservices driven architecture. Simply put, reactive software applications rely on message-driven asynchronous communication and are highly Responsive, Resilient and Elastic in nature. By… Continue Reading lagom-reactive-microservices