Using jOOQ with Play Framework

For many users, it may be an obvious choice to use jOOQ along with Play Framework, leveraging simplicity and effectiveness in the Java world. While I do not have any personal experience with Play, some users have. Consider this GitHub issue where a couple of very active jOOQ users discuss various techniques of integrating the two frameworks:

https://github.com/jOOQ/jOOQ/issues/768

From the above discussion, a third-party plugin example has evolved:

https://github.com/jaiew/play-jooq

2 thoughts on “Using jOOQ with Play Framework

    1. I agree that such a tutorial would be nice. Unfortunately, a jOOQ / Play integration is currently not a priority for the official jOOQ roadmap, so this area will depend on user contributions right now. It could be *your* contribution :-)

Leave a Reply