Java Web Weekly, Issue 177

An eventful week after the Jigsaw vote, lots of new stuff on the horizon and of course my releases of the new Certification classes.

Java Web Weekly, Issue 134

The Java “State of the Union”, a look at JUnit 5 and some cool notes on reactive programming – quite an interesting week.

Introduction to JsonPath

1. Overview One of the advantages of XML is the availability of processing — including XPath — which is defined as a W3C standard. For JSON, a similar tool called JSONPath has emerged. This tutorial will give an introduction to Jayway JsonPath, a Java implementation of the JSONPath specification. It describes setup, syntax, common APIs […]

The Baeldung Weekly Review 17

An solid week for both Java and Spring, as well as very good article (and followup) on building a Hypermedia service from the well known FizzBuzz interview problem.