.
>>>>
>>>>> Dear all,
>>>>>
>>>>> I am currently implementing a REST task in WO that fetches content from a
>>>>> remote server. I just hav
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
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
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
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
;> 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
>> ___
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
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
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
>> 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
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
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?
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
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
14 matches
Mail list logo