Inheritance with Jackson 1. Overview In this article, we’ll have a look at working with class hierarchies in Jackson. Two typical use cases are the inclusion of subtype metadata and ignoring properties inherited from superclasses. We’re going to describe those two scenarios and a couple of circumstances where special treatment… Continue Reading jackson-inheritance

Posting with HttpClient 1. Overview In this tutorial – we’ll POST with the HttpClient 4 – using first authorization, then the fluent HttpClient API. Finally, we’ll discuss how to Upload a File Using Httpclient. Further reading: Advanced HttpClient Configuration HttpClient configurations for advanced use cases. Read more → HttpClient 4… Continue Reading httpclient-post-http-request

Java Weekly, Issue 281 Here we go… 1. Spring and Java ===== >> Test-Driven Development: Really, It’s a Design Technique [infoq.com] A step-by-step walkthrough of TDD using a simple Java example. >> Property-based Testing in Java: PBT and Test-driven Development [blog.johanneslink.net] Another Java-based TDD example, this time using a technique… Continue Reading java-weekly-281