DataTables - Some Key Documentation Pages
24 Oct 2020
A round-up of some of the DataTables pages I repeatedly visit - for my own use and to point others to the relevant docs.
Tomcat's Default DB Connection Pool
05 Oct 2020
Some initial confusion about Tomcat’s connection pool options…
Java Currency and Locale - Miscellaneous Notes
09 Aug 2020
Some notes about managing locales in Java, with examples for custom currency formats, and some potentially surprising behavior for language tags.
Sample Maven POM including Plugin Versions
30 Jul 2020
For reference, a sample Maven POM focusing on plugin configuration.
Sample setenv.bat file for Tomcat and VisualVM
30 Jul 2020
A set-up which can be used on Windows to allow VisualVM to connect to a running Tomcat instance…
java.time - Summary Table
05 Jul 2020
A summary table showing the core
java.time
temporal classes and the main time units (including zone data) handled by each class.MOXy is configured but is being ignored
29 Jun 2020
It may be hard to know if you are actually using MOXy or not. And, if not, why not, given you believe you have set it up correctly.
Java Lambdas - A Concise Example
19 Jun 2020
A concise example of a Java lambda, provided by Angelika Langer.