Intro to Apache Commons Configuration Project

Apache Commons Configuration can be used to allow us to specify configuration parameters to be loaded at runtime by our application. We look at a few use cases and types of configuration files.

Java Weekly, Issue 478

Spring 3 Native support, TSID with Hibernate, window functions in Hibernate, placing features in systems, and Human OS!

Validating IPv4 Address in Java

We may wish to validate IP addresses from our settings files or other inputs. We look at a few ways to do this using libraries and plain Java code.

Java Weekly, Issue 470

Pattern matching, GraalVM into OpenJDK, transactional MDC, event sourcing, and Postgres as a Message Queue!