by mpashworth | Jan 23, 2019 | Uncategorised
From time to time, the requirement emerges to compare two data sets of similar shape for differences. The Komparator library was written for just such a scenario. For example the code below compares two local CSV files that have id, name and age columns. val source =...
by mpashworth | Oct 12, 2018 | Uncategorised
I am proud to announce the 0.3.2 release of the ThreeSixty Components library for Vaadin 8.5.2 and Spring Boot that makes writing consistent, beautiful and with ease business web applications. The library is used as the basis for the ThreeSixty Performance application...
by mpashworth | Aug 8, 2018 | Uncategorised
ThreeSixty Performance is a web application platform to streamline the 360 review process for managers and employees by integrating the employee recognition and evaluation into a single view. Through continuous recognition and evaluation the employee is engaged...
by mpashworth | Jul 11, 2018 | Uncategorised
Not too long ago, I needed to populate a lookup table with the data that already existed in a referencing table. Yes, yes there is a problem with the original design of the database but that is another topic. However it did provide an opportunity to learn the...
by mpashworth | Jul 11, 2018 | Uncategorised
The Apache Commons Text library comes with some nifty string comparison routines which is nicely demonstrated by Baeldung in his Introduction to Apache Commons Text. Instead of only calculating the difference, I wanted to visually display those differences to the user...
Recent Comments