Intro to Feign

This article introduces Feign, a declarative HTTP client that simplifies implementation and maintaining efforts

Java Web Weekly, Issue 143

Java 9 is officially delayed, we have a new schedule for Java EE 8 as well, and also lots of cool stuff coming out of JavaOne.

Java Web Weekly, Issue 140

A packed list of great writeups this week, with a clear focus on security, a great JUnit 5 cheat sheet and some Java 8 collectors goodness.

A Guide to Java Sockets

This tutorial introduces Java sockets programming over TCP/IP with an actual Client/Server application.

Dockerizing a Spring Boot Application

The article explains running two SpringBoot applications in different docker containers, but communicating and appearing as a single unit to the host system.

A Guide to Mapping With Dozer

Dozer is a Java Bean to Java Bean mapper that copies data from one object to another, attribute by attribute, supports mapping between attribute names, does type conversion, and many other things.

A Guide to FastJson

The basics of FastJson – a lightweight but powerful library for working with JSON in Java.