RE: Scheduled Events

2001-05-10 Thread Craig R. McClanahan
On Thu, 10 May 2001, Immanuel, Gidado-Yisa wrote: > > > I suppose it could be implemented entirely separate to > > Struts, however, it > > > would make a nice addition. > > > > > > > It seems to me that a generic "background job scheduling" > > class library > > would be the way to do this,

RE: Scheduled Events

2001-05-10 Thread Immanuel, Gidado-Yisa
> > I suppose it could be implemented entirely separate to > Struts, however, it > > would make a nice addition. > > > > It seems to me that a generic "background job scheduling" > class library > would be the way to do this, with a Struts-based administration front > end. The back end part o

Re: Scheduled Events

2001-05-09 Thread Craig R. McClanahan
On Wed, 9 May 2001, Taylor Cowan wrote: > What do you folks think about a scheduled event daemon? J2EE doesn't cover > this, I don't think any other frameworks do it yet, and it is similar to > request event handling except the events are "anonymous" and don't contain a > request object. > I

Re: Scheduled Events

2001-05-09 Thread Taylor Cowan
I quick look through "Turbine" and I found it. Never mind. Taylor - Original Message - From: "Taylor Cowan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 9:40 PM Subject: Scheduled Events > What do you folks think ab

Scheduled Events

2001-05-09 Thread Taylor Cowan
What do you folks think about a scheduled event daemon? J2EE doesn't cover this, I don't think any other frameworks do it yet, and it is similar to request event handling except the events are "anonymous" and don't contain a request object. It could be implemented around a server startup servlet