-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: Java
Default behaviour of logging frameworks
I’ve used logback in my latest project, xml2csv, and I think it’s great. Except for one tiny, but important detail. I’m writing a standalone command line utility, designed to be used by people are neither Java experts nor developers. I … Continue reading
Validating Schemas in JAXP
I try to avoid moaning in blogs, personal or especially professional. However, having been in .NET land for so long, coming back to Java and trying to do some XML processing has simply been a nightmare. So many magic strings, … Continue reading