Row Indexes vs. Display Positions in DataTables
29 Dec 2020
A look at the difference between internal row indexes used by DataTables, and the position of a row in a displayed table.
DataTables Example Using an Ajax Callback
24 Nov 2020
DataTables example using an Ajax callback, which allows additional processing of the JSON received from the Ajax call.
Extracting Data from a DataTables Table
17 Nov 2020
Various ways of extracting data from a DataTables table.
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.