Quoting Rickard Öberg <[email protected]>: > On 2010-10-26 20.19, Paul Merlin wrote: > >> As a wrapper of an existing library like Flux? Or a completely new > >> thing? > > > > I forgot Flux, thanks for remiding it to me. However I think something > > like Flux but Apache licenced or another business compatible licence > > would be better for adoption. Plus it seems Flux needs it's own database > > where a Qi4j task scheduler could use an ES and thus simplify deployment > > and exploitation. > > > > Anyway, I was thinking at something really smaller than Flux. > > Sorry, I got the products mixed up. I was actually thinking of making a > wrapper for Quartz (http://www.quartz-scheduler.org/). I've used it > before with great success, and it has an SPI that would could implement > with Entities: > http://www.quartz-scheduler.org/docs/api/1.8.1/org/quartz/spi/JobStore.html > > We'd get a whole lot for free that way I think.
Yeah, I know Quartz and I've used it in the past but only in JEE environments with all the plumbing that comes with that. In my mind it's big but maybe I'm biased by the JEE stuff that was around. That's definetely a good idea as Quartz already implements a lot of things for us. Maybe I should give it a try in a simple setup ... I'll see if I find time for that but it won't be before december. Paul _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

