Re: Application scope services

2009-05-03 Thread Angelo Chen
Hi, I had a similar needs before, what I did is, write a scheduler using Quarts, then initialize it at time of IOC start up: // Start the SMSScheduler from IOC public static void contributeRegistryStartup(OrderedConfiguration configuration, final SMSScheduler scheduler) {

Re: Application scope services

2009-05-03 Thread Ulrich Stärk
sodium schrieb: Just few quick questions. I've skim through the documentation as well as the only Tap5 book i recently bought and i didn't find any reference to this. Is it possible to bind some sort of services using Tap5 when the container init the Tap5 application? Yes, absolutely. Have