It seems that every time I want to perform a db query, I have to write the following:
Connection conn = null; Statement stmt = null; ResultSet rset = null;
DbUtils is a very useful framework, I've used it for smaller projects where Spring and Hibernate are overkill. It's able to do some object mapping as well.