Thanks for your feedback, Lukas. I'll try to work on it asap. Am Montag, 7. November 2016 12:58:09 UTC+1 schrieb Lukas Eder: > > Hi Jens, > > Thanks a lot for sharing this. This is certainly very interesting to quite > a few users, and I also do believe that a type safe API like jOOQ fits well > in the world of asnychronicity, where it might be tricky to keep track of > SQL result set types if you don't have something like jOOQ. > > I'd be very curious about some more examples showing actual usage. I > checked the test cases, but having some very compelling examples in the > README.md would be great! > > Cheers, > Lukas > > 2016-11-03 17:32 GMT+01:00 jklingsporn <[email protected] <javascript:> > >: > >> Hi there, >> >> I created a small *library* <https://github.com/jklingsporn/vertx-jooq> that >> connects two frameworks I used a lot recently: vertx and jOOQ. Vertx calls >> itself a "reactive tool-kit for the JVM" and encourages asynchronous >> programming style. Together with the power of the jOOQ-CodeGeneration, my >> library creates vertixified DAOs and POJOs, so you can convert your POJOs >> from/into vertx' JsonObjects and can access the DAOs CRUD-methods >> asynchronously (using vertx' executeBlocking-method). The project is not >> (yet) on maven central and only available on github since I want to collect >> some feedback first. >> >> Best, >> Jens >> >> -- >> You received this message because you are subscribed to the Google Groups >> "jOOQ User Group" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
