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 […]

Java Web Weekly 110

A deep dive into JVM level optimizations coming to JDK 9, a cool intro to Hystrix to build up architecture resiliency and a few other solid writeups this week.

Spring REST with a Zuul Proxy

Exploring the use of the Zuul proxy for a Spring REST API, working around CORS and the same-origin policy constraint of the browser.

Java Web Weekly, Issue 109

A solid week with some interesting pieces on general application security, the Java browser plugin and Hibernate training. Cool stuff.

Java Web Weekly Issue 107

Cool writeups this week – from a deep dive into less known nuances of the Java Stream API, through JPA focused test-cases for Hibernate and productivity tips.