So, I realized that Jooq doesn't handle JDBC connection pooling, so I need an external solution. Unfortunately it's not obvious which options are best. Some appear hopelessly overcomplicated, others are unmaintained, and others require additional large dependencies (such as Tomcat). I'm not using any framework in my project other than Jersey and Grizzly to implement a JSON-HTTP API.
Can anyone recommend any connection pool options that work nicely with Jooq? Thanks, Ian.
