Re: Is this an appropriate use for plugins

2005-10-09 Thread Faisal Mahmoud
ot; <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Saturday, October 08, 2005 5:28 PM > Subject: Re: Is this an appropriate use for plugins > > > > See > > > > http://wiki.apache.org/struts/StrutsPlugins > > > > Niall > &g

Re: Is this an appropriate use for plugins

2005-10-09 Thread Martin Gainty
Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, October 08, 2005 5:28 PM Subject: Re: Is this an appropriate use for plugins See http://wiki.apache.org/struts/StrutsPlugins Niall - Original Message - From: "Faisal Mah

Re: Is this an appropriate use for plugins

2005-10-08 Thread Niall Pemberton
See http://wiki.apache.org/struts/StrutsPlugins Niall - Original Message - From: "Faisal Mahmoud" <[EMAIL PROTECTED]> Sent: Saturday, October 08, 2005 8:34 PM For the webapp I am writing, I have several compenents that run as services that always need to be available. I refer to them

Is this an appropriate use for plugins

2005-10-08 Thread Faisal Mahmoud
For the webapp I am writing, I have several compenents that run as services that always need to be available. I refer to them as JobManagers. Basically, a job handler will receive a job request, add that job to it's job queue and then launch a thread to work on the job. I plan on having these JobMa