timyates / mod-jdbc-persistor

BusMod Persistor for JDBC support in vert.x
Other
36 stars 14 forks source link

2.0 module #11

Closed purplefox closed 11 years ago

purplefox commented 11 years ago

I'd love to see this module built for 2.0 and in the module registry before we release 2.0 :)

timyates commented 11 years ago

Building a beta5 version as I type this, fingers crossed I've got the sonatype invocations correct and I'll add it to the registry

estan commented 11 years ago

Any chance for a new release for the registry? Or will you wait until Vert.x 2.0 is out the door (soon)?

timyates commented 11 years ago

2.0.0 released to maven, I'll add it to the registry when it's visible, and update to 2.0.1 when vertx comes out of CR and I can build against it

estan commented 11 years ago

Excellent.

timyates commented 11 years ago

Made a complete dogs ear of 2.0.0, but released a 2.0.1 version to cover up the blunder

Submitted it to the registry as well

estan commented 11 years ago

Woopsie :) BTW, is this a final version or still beta/CR? Are you using the module for anything production-ish yet? I need to do JDBC persistance in a project I'm working on, which is how I found the module.

timyates commented 11 years ago

It's as final as final gets ;-)

I'm using it in a couple of prototypes but nothing in production yet

Depending on your use-case, you could always roll your own multithreaded module that then responds to business case messages and calls your own JDBC calls (rather than using this module)

estan commented 11 years ago

Alright. Or wait, you don't mean its abandonware, right?

The options I'm considering now are exactly the two that you mention. Or well, a third one would be to build my own (regular, non-worker) verticle to which I speak my business language, and that in turn would use your module to do the grunt work.

timyates commented 11 years ago

Alright. Or wait, you don't mean its abandonware, right?

Not at all :-D

And yeah, that's your three options :smile:

Have fun!