some personal, more technical – by Thomas Einwaller
In: Java
1 May 2009In one of my projects I am using a content repository to store the data. The platform for the application is the Spring framework and so I decided to use the JCR part of Spring Modules to access the content repository. This solution worked out great so far – I ran only into one problem [...]
In: Java
25 Apr 2009Lately I was a bit surprised when I found out that the default rounding mode in Java is something called “half even”. This API docs page provides good information about rounding in Java. For HAVE_EVEN it says: Rounding mode to round towards the “nearest neighbor” unless both neighbors are equidistant, in which case, round towards [...]