For the past 3 weeks I’ve spent hours tuning the performance in one of the applications we use. Unfortunately rather than spend some time and come up with a proper reporting solution I was taske… more →
Objectopiawrote 1 year ago: For the past 3 weeks I’ve spent hours tuning the performance in one of the applications we use … more →
wrote 3 years ago: If you use JBoss and have a nicely secured JMX Console and/or Web Console it’s a fairly safe b … more →
wrote 3 years ago: I wanted to carry out some processing when an entity was committed to the db, I could of used the li … more →
wrote 3 years ago: I have to work with a few legacy databases that are used by several different apps (apparently the d … more →
wrote 3 years ago: Again and again I see developers using doubles for storing financial data (e.g. monetary figures, in … more →
wrote 3 years ago: I implemented hibernate search recently in a SEAM project I was working on. I wanted to use the exce … more →
wrote 3 years ago: Recently I had to call a stored procedure using JPA and to my surprise I soon found out that it … more →
wrote 4 years ago: The term “anaemic domain model” is used to describe an entity layer that contains very little busine … more →
wrote 4 years ago: My previous post about exceptions in Java begs the question: Where do so called “business exce … more →
wrote 4 years ago: I’ve just finished working on a cash management system. The core of what the system does is li … more →
wrote 4 years ago: Checked vs. Unchecked Exceptions in Java. The topic is pretty much as controversial as it comes. The … more →