ScheduledExecutorService in tapestry ioc service

2014-02-06 Thread Matthias
Hi, I need to write a service where jobs can be added and should executed after a given delay. After execution they are finished, so periodical execution is not required. I prefer to user the ScheduledExecutorService for this task. The question is now, how do I use my @Inject objects in the

ScheduledExecutorService in tapestry ioc

2014-02-06 Thread Matthias
Hi, I need to write a service where jobs can be added and should executed after a given delay. After execution they are finished, so periodical execution is not required. I prefer to user the ScheduledExecutorService for this task. The question is now, how do I use my @Inject objects in the

Re: ScheduledExecutorService in tapestry ioc

2014-02-06 Thread Dmitry Gusev
You can try anjlab-tapestry-quartz from here: https://github.com/anjlab/anjlab-tapestry-commons/tree/master/anjlab-tapestry-quartz On Thu, Feb 6, 2014 at 2:46 PM, Matthias matthias.eich...@uni-jena.dewrote: Hi, I need to write a service where jobs can be added and should executed after a

Re: ScheduledExecutorService in tapestry ioc

2014-02-06 Thread Matthias
Thanks Dmitry, works perfect :). On 06.02.2014 16:11, Dmitry Gusev wrote: You can try anjlab-tapestry-quartz from here: https://github.com/anjlab/anjlab-tapestry-commons/tree/master/anjlab-tapestry-quartz On Thu, Feb 6, 2014 at 2:46 PM, Matthias matthias.eich...@uni-jena.dewrote: Hi, I