Java Web Weekly, Issue 165

Upcoming Java 9 goodness, an ElasticSearch handy cheat-sheet and a cool example of evolving a mature framework. Good stuff all round this week.

Java Web Weekly, Issue 162

Java 9 is starting to squash bugs, Spring Data gets a new release along with support for Cassandra 3 support and we’re discussing the Elvis operator for Java.

Java Web Weekly, Issue 154

An packed week with solid talks on Java 9 and of course the upcoming Spring reactive stuff, microservices and tracing requests through a distributed system.

Java Web Weekly, Issue 136

An packed week starting with Hibernate advice and SpringOne and wrapping up with technical debt and the impact it can have on teams.

Intro to Gatling

A quick introduction to the Gatling performance tool and how to record a simple test scenario with it.

Java Web Weekly, Issue 123

Some cool additions to Spring Data, o solid piece on Hypermedia APIs and of course musings on microservices. A pretty good 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 […]

Baeldung Weekly Review 49

One of the more eventful weeks of the year, with some fantastic Spring Boot pieces (and new releases), musings on CQRF and a good read on Flexibility vs Simplicity.

Baeldung Weekly Review 43

This week is definitely Spring heavy – lot of solid Spring Boot pieces that show how the framework is maturing. Some interesting JVM articles as well.