Java
-
Unit testing constraints with business input from Excel or LibreOffice
The business experts explain the business constraints to us, the developers. But how can we be sure that we understood…
Read More » -
Fluent Design Style Slider For Java, JavaFX
JMetro’s Java, JavaFX theme version has just been bumped up to version 4.2. This version brings a new style to…
Read More » -
Reusable MicroProfile Health probes
MicroProfile Health API is a very basic API to report the state of your service, based on one or more…
Read More » -
Apache Commons ArrayUtils.toString(Object) versus JDK Arrays.toString(Object)
Apache Commons Lang provides an ArrayUtils class that includes the method toString(Object) that “Outputs an array as a String.” In…
Read More » -
JDK 11: Release Candidate Update and OpenJDK JDK 11 LTS
JDK 11 is scheduled to be released for General Availability on Tuesday, 25 September 2018. A 16 August 2018 Mark…
Read More » -
A Caveat With AWS Shared Resources
Recently I’ve been releasing a new build, as usual utilizing a blue-green deployment by switching the DNS record to point…
Read More » -
JSON-B Asymmetrical Property Binding
The JSON-B specification defines binding annotations such as @JsonbProperty or @JsonbTransient to declaratively map Java objects to JSON, and back.…
Read More » -
MongoDB Tutorial for Beginners
1. Introduction to MongoDB In this post, we feature a comprehensive MongoDB Tutorial that integrates with a Java-based application. Whenever…
Read More » -
Carefully Specify Multiple Resources in Single try-with-resources Statement
One of the more useful new features of Java 7 was the introduction of the try-with-resources statement [AKA Automatic Resource…
Read More »