Java Web Weekly, Issue 127

A well thought out writeup on deploying to production with Spring and some solid advice on why events make a lot of sense for microservices.

Spring HTTP/HTTPS Channel Security

The article briefly demonstrates how to protect sensitive data by configuring HTTPS and discuss further configuration details of the channel security feature.

Introduction to PowerMock

This article demonstrates the use of the PowerMockito extension to Mockito’s capabilities, including the mocking of static, final, and private methods.

Java Web Weekly, Issue 118

Jenkins 2, JUnit 5, Spring 5 – yeah, we’re definitely getting close to some exciting releases. A solid week chock full of solid writeups.

Java Web Weekly, Issue 115

The details of Spring IO are out, Java 10 might be getting a significant syntax upgrade and the talks that have come out this week are quite interesting. Not too shabby.

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, Issue 113

JUnit 5 is picking up the pace, lambdas are still fun to play with and a host of solid talks for the weekend. A good, interesting week.

Java Web Weekly, Issue 111

Some very interesting writeups this week, from API design principles to security breaches and the plans for Spring 5.

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.

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.