Re: Periodic Tasks in WO

2012-08-01 Thread Philippe Rabier
. >>>> >>>>> Dear all, >>>>> >>>>> I am currently implementing a REST task in WO that fetches content from a >>>>> remote server. I just hav

Re: Periodic Tasks in WO

2012-08-01 Thread Ted Archibald
The other (lazy) way to do periodic tasks is to do it via directactions fired from a jenkins or cron job. Took seconds to setup... ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev

Re: Periodic Tasks in WO

2012-07-31 Thread Pascal Robert
fetches content from a >>>> remote server. I just have a little routine running in "Application" on a >>>> scheduler. >>>> I was just wondering if there was a better way of running periodic tasks >>>> in wonder, and any advise from th

Re: Periodic Tasks in WO

2012-07-31 Thread Amedeo Mantica
t;> >>>> I am currently implementing a REST task in WO that fetches content from a >>>> remote server. I just have a little routine running in "Application" on a >>>> schedu

Re: Periodic Tasks in WO

2012-07-29 Thread Ray Kiddy
gt;> >>> I am currently implementing a REST task in WO that fetches content from a >>> remote server. I just have a little routine running in "Application" on a >>> scheduler. >>> I was just wondering if there was a better way of running periodi

Re: Periodic Tasks in WO

2012-07-29 Thread Amedeo Mantica
;> scheduler. >> I was just wondering if there was a better way of running periodic tasks in >> wonder, and any advise from those who had similar experience with REST >> service. >> >> Thanks for your support, >> >> Sisi >> ___

Re: Periodic Tasks in WO

2012-07-29 Thread Pascal Robert
n WO that fetches content from a > remote server. I just have a little routine running in "Application" on a > scheduler. > I was just wondering if there was a better way of running periodic tasks in > wonder, and any advise from those who had similar experience with REST

Periodic Tasks in WO

2012-07-29 Thread Sisi Li
Dear all, I am currently implementing a REST task in WO that fetches content from a remote server. I just have a little routine running in "Application" on a scheduler. I was just wondering if there was a better way of running periodic tasks in wonder, and any advise from tho

Re: Periodic tasks

2009-09-17 Thread André Mitra
If your database supports stored procedures, you may want to put this type of logic up there. André On 16-Sep-09, at 11:47 PM, Andrew Lindesay wrote: Hello Chan; One possibility is to use "cron" on UNIX and use "curl" to hit a DA in your WOA. From there it can; a) do the task straight

Re: Periodic tasks

2009-09-17 Thread Simon McLean
>> we have a scheduler app (wo app) that uses quartz >> (http://www.opensymphony.com/quartz/) to run all sorts of things, from >> maintenance stuff to billing systems. > > I also wrote a nice quartz-integrated scheduling app. > > I put all the business logic for the automated tasks in my core frame

Re: Periodic tasks

2009-09-17 Thread David Avendasora
On Sep 17, 2009, at 6:12 AM, Simon McLean wrote: we have a scheduler app (wo app) that uses quartz (http://www.opensymphony.com/quartz/) to run all sorts of things, from maintenance stuff to billing systems. I also wrote a nice quartz-integrated scheduling app. I put all the business logic f

Re: Periodic tasks

2009-09-17 Thread Simon McLean
we have a scheduler app (wo app) that uses quartz (http://www.opensymphony.com/quartz/) to run all sorts of things, from maintenance stuff to billing systems. simon 2009/9/17 Chan Yeow Heong, Jerome : > Is there a mechanism for performing periodic database house cleaning tasks > under WebObjects?

Re: Periodic tasks

2009-09-16 Thread Andrew Lindesay
Hello Chan; One possibility is to use "cron" on UNIX and use "curl" to hit a DA in your WOA. From there it can; a) do the task straight away in the R-R cycle b) do the task in a background thread on the same VM c) offload the task to a bank of batch-processing VMs to run in a constrained t

Periodic tasks

2009-09-16 Thread Chan Yeow Heong, Jerome
Is there a mechanism for performing periodic database house cleaning tasks under WebObjects? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update yo