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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to