News

If you’ve been curious about GitHub then this short tutorial in the Open source Java projects series is for you. Get an overview of the source code repository that has changed the way that many ...
For 2018, our most popular articles were Java developer tutorials on new APIs, frameworks such as Spring or the tools and techniques server-side developers use to move code into production. Here is ...
This Open source Java projects profile walks through an example implementation using Spring Data to manage domain-model persistence to MongoDB.
Jenkins builds with ANT Maven and Gradle tend to get all of the big headlines these days when it comes to the world of Java builds, but Apache Ant should never be discounted. With ongoing updated to ...
Service virtualization is a technique used to simulate the behavior of dependencies of service during automated testing. This article explores this topic, and includes a tutorial using Hoverfly Java.
A "flat" file represents a particular database file used to store data for database applications. While meant for database programs, you may include these files in Java projects constructed with ...