The IANA Time Zone Database (and Java)
07 May 2023
How can we see the IANA Time Zone Database (TZDB) zone change rules in Java?
CLDR Decimal Formatting Rules
06 May 2023
What localization rules does Java use (via the CLDR) for formatting decimal numbers - specifically the separator character and the decimal character?
DataTables Filtering for Accented Characters
03 May 2023
Modifying the behavior of the DataTables global search - in this case, to make the search insensitive to diacritics (accented characters).
Thymeleaf and HTML Boolean Attributes
08 Apr 2023
HTML’s boolean attributes can get a bit confusing - especially when combined with Thymeleaf expressions.
Java Currency and Locale - Updates
07 Apr 2023
A subtle change has happened in how currency strings need to be parsed.
Hibernate with Infinispan
27 Mar 2023
A very basic demo of Hibernate 6 with Infinispan, showing the L2 cache in action.
Jersey Client for a REST Resource
19 Jan 2023
Specifically, this includes handling a REST resource which uses a self-signed certificate.
Jetty 11 Secure Connections
17 Jan 2023
An updated look at Jetty secure connections for use in a Javalin web app. This includes redirection of all insecure (http) traffic to a secure (https) connection.