-
Desktop Java
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 » -
Software Development
SQL Interview Questions and Answers – The ULTIMATE List
This is a summary of numerous important questions that have the potential to be asked in an SQL related job…
Read More » -
Enterprise Java
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 » -
Core Java
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 » -
Core Java
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 » -
Software Development
Structural Design Patterns: Facade Pattern
As developers most of the time we have to deal with complex systems, with many dependencies and even non existing…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Enterprise Java
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 »