Re: Tapestry PeriodicExecutor

2011-08-23 Thread Igor Drobiazko
On Mon, Aug 22, 2011 at 2:22 PM, Taha Hafeez wrote: > Actually I was preparing a blog post for the new Tapestry 5.3 features > (Igor already beat me to it!) > Sorry for that :) > > > ObjectLocator.autobind() will internally do the rest > > This would definitely make my live easier. -- Best r

Re: Tapestry PeriodicExecutor

2011-08-22 Thread Taha Hafeez
Actually I was preparing a blog post for the new Tapestry 5.3 features (Igor already beat me to it!) and while coding an example I thought the real power of such an executor will be ioc (@Inject) So I can write a job public class MyJob implements Runnable { @Inject private MyService servic

Re: Tapestry PeriodicExecutor

2011-08-22 Thread Howard Lewis Ship
Seems reasonable to me. Do you have a specific need for that? I'e found pretty often that when I try to predict people's needs, I end up spinning my wheels. Most of the enhancements I've added in 5.2 and 5.3 are based on specific needs from client projects, sometimes generalized a bit. On Sun, Au

Tapestry PeriodicExecutor

2011-08-21 Thread Taha Hafeez
Hi Everyone Was looking at new PeriodicExecutorImpl.java. It takes an instance of a Runnable as a job. What if we could add another convenience method which would take Class as argument and use autobuild to create an instance. -- Regards Taha Hafeez Siddiqi (tawus) http://tawus.wordpress.com -