Threaded Woes

Posted on Sat 24 June 2017 in Programming • Tagged with Java

I'd been banging my head on these logging entries for days. Our recently added audit logs had a frustrating phenomenon; these unrelated strings were ending up in the "object" field when we shouldn't have a value populated there at all.

Working with Spring, mind you, the class looked something like …


Continue reading

Mapping a List to Numbered Fields

Posted on Tue 03 June 2014 in Programming • Tagged with Java

One of my oh-so-favorite (cough) things to do lately in Java has been mapping one type of object to another with no particular transformation. Among these has been the act of taking a list and shifting its contents into a series of fields, depending on how many items are availble …


Continue reading