Re: job scheduler with struts

2001-02-26 Thread Wayne Ohm
you don't need perl, just use > > the URL connection in Java. > > > > >>-Original Message- > > >>From: Jim Richards [mailto:[EMAIL PROTECTED]] > > >>Sent: Sunday, February 25, 2001 3:44 PM > > >>To: [EMAIL PROTECTED] > > >&

Re: job scheduler with struts

2001-02-26 Thread Mihir Parekh
4 PM > >>To: [EMAIL PROTECTED] > >>Subject: Re: job scheduler with struts > >> > >> > >> > >>Depending on what you want to do, you could put your code into an > >>action, fix it with a URL like > >> > >>

RE: job scheduler with struts

2001-02-25 Thread malcolm davis
Java. >>-Original Message- >>From: Jim Richards [mailto:[EMAIL PROTECTED]] >>Sent: Sunday, February 25, 2001 3:44 PM >>To: [EMAIL PROTECTED] >>Subject: Re: job scheduler with struts >> >> >> >>Depending on what you want to do, you co

Re: job scheduler with struts

2001-02-25 Thread Jim Richards
Depending on what you want to do, you could put your code into an action, fix it with a URL like http://localhost/thingy.do and then run a job that calls the page. If you're on UNIX get the Perl module LWP, which installs command line scripts, one called GET which will call a URL for y

Re: job scheduler with struts

2001-02-25 Thread Robert Leland
Turbine implements a job scheduler, I don't know if they implemented it themself or integrated it from another package. Perhaps this is also one utility that could go in the proposed code sharing library for Jakarta. -Rob Mihir Parekh wrote: > > We need to implement a job scheduler (similar to

RE: job scheduler with struts

2001-02-25 Thread malcolm davis
Will java.util.Timer work for you? It was added in v1.3 >>-Original Message- >>From: Mihir Parekh [mailto:[EMAIL PROTECTED]] >>Sent: Sunday, February 25, 2001 10:18 AM >>To: struts >>Subject: job scheduler with struts >> >> >>We need to implement a job scheduler (similar to unix c