A quick comparison between using jOOQ and Spring's JdbcTemplate to interact with a database.
Introduction
Not so long ago, I would have reached to Spring's JdbcTemplate to query databases.It's 'richer' than the JDBC API and it would have been my pref...