Jackson JSON Views

2021 VietMX 0

1. Overview In this tutorial, we’ll go over how to use Jackson JSON Views to serialize/deserialize objects, customize the views and finally – how to […]

Jackson Date

2021 VietMX 0

1. Overview In this tutorial, we’ll serialize dates with Jackson. We’ll start by serializing a simple java.util.Date, then Joda-Time, and finally, the Java 8 DateTime. 2. […]

Jackson vs Gson

2021 VietMX 0

1. Introduction In this article, we’ll compare the Gson and Jackson APIs for serializing and deserializing JSON data to Java objects and vice-versa. Gson and Jackson are complete libraries […]

HttpClient Connection Management

2021 VietMX 0

1. Overview In this article, we will go over the basics of connection management within the HttpClient 4. We’ll cover the use of BasichttpClientConnectionManager and PoolingHttpClientConnectionManager to enforce a […]

HttpAsyncClient Tutorial

2021 VietMX 0

1. Overview In this tutorial we’ll illustrate the most common use cases of the Apache HttpAsyncClient – from basic usage, to how to set up a proxy, how […]