Hardwood, the project Gunnar Morling kick-started handling of Parquet files in Java, reached version 1. Its multi-threaded approach and zero mandatory external dependencies promise a simpler, more ...
Since its introduction in Java 7, the try-with-resources syntax has allowed us to safely and automatically close file and network connections. It is an essential technique for preventing memory leaks ...
As of December 2020, Easy Rules is in maintenance mode. This means only bug fixes will be addressed from now on. Version 4.1.x is the only supported version. Please ...
XML and JSON are important to me, and I’m grateful to Apress for letting me write an entire book about them. In this article I will briefly introduce the second edition of my new book, Java XML and ...
The example below demonstrates how to use the GremlinPipeline chaining/combinator approach to defining a Gremlin-style graph traversal. It is now impossible to add a filter to the end of this pipe ...