News

In this article, we’ll continue exploring XML and JSON in Java 11 and beyond. Examples in this article will introduce you to JSON-B, the JSON Binding API for Java. After a quick overview and ...
Could HTMX be the glue that finally delivers on the promise of Java-centric Ajax? Let's find out with this example app based on HTMX, Spring Boot, and Thymeleaf.
A great deal of Java programming -- from conditional statements to iterative loops -- deals with the evaluation of true or false values. When you work with the JDK's Streams API and Lambda functions, ...
Is recursion in Java a good approach to complex problem solving? I’ll share my thoughts on the topic at the end of the article. But first, explore these five Java recursion examples on your own and ...