Guide to Java Data Objects

Learn how to use the Java Data Objects (JDO) – designed for persisting object-oriented data into any database.

Intro to the Jackson ObjectMapper

The article discusses Jackson’s central ObjectMapper class, basic serialization and deserialization as well as configuring the two processes.

Introduction to SSHJ

Learn the basic usage of the SSHJ library for secure communication with remote servers.