As I was cleaning up some code, FindBugs pointed me to a bit of JDBC code that uses Connection, CallableStatement, and ResultSet objects. Here\'s a snippet from that code:>
The only way I know to hide all that ugly try-catch boilerplate code is to utilize something like Spring's JBDC Template.