Hello Stephane, > Unfortunately I am very busy at the moment because I'm going on vacation > next week.
No problem, there's no hurry > However it is ok to share some code, you really don't need much to use play2 > and jooq together as it's just a matter of getting a hand on a JDBC > connection and passing it to a factory. However, I guess some tips about > managing the connection lifecycle using Pre-Actions may be interesting > nonetheless. Yes, it's not about something big. Just a tutorial to motivate newbie users. Any contribution is welcome. > Also play is the kind or web framework which would nicely benefit from a > mybatis-like sqlmanager.because controllers are static methods shared among > threads and as such, they don't play well with injection. > https://groups.google.com/forum/#!topic/jooq-user/ZUpIAhY8tKE I'm curious about that. What do you mean by "mybatis-like sqlmanager"? Cheers Lukas
