Hello, Unfortunately I am very busy at the moment because I'm going on vacation next week. 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.
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 Le mardi 28 août 2012 22:25:17 UTC+2, Lukas Eder a écrit : > > Thanks for the feedback! > > > I have started using Jooq with play! and it's amazing how much I could > get > > done in just a few days. > > It reminds me my good old .Net days when I was using Llblgen as a DB > access > > solution. > > That would be a nice success story, should you want to share some > insights on your integration. It would be great if the new manual's > tutorial section had some simple examples about how to get up and > running quickly with jOOQ and e.g. Play ! Framework: > > http://www.jooq.org/doc/2.5/manual/getting-started/tutorials/a-simple-web-application/ > > > Cheers > Lukas >
