Re: how to create background process

2007-11-07 Thread Wes Wannemacher
To be honest, I don't think I fully understood the request the first time I read it. In re-reading the original post, I wonder if you are looking for functionality similar to the sourceforge download page... Are you hoping to start the user's browser downloading, but rather than waiting for the do

Re: how to create background process

2007-11-07 Thread Giovanni Azua
Hi, Martin Gainty wrote: Encapsulate the long running resource in run() method of a Thread here is a good example http://java.sun.com/developer/technicalArticles/Threads/applet/ M-- I think the Java Servlet specification discourages such misbehavior (creating threads explicitly): Copied f

Re: how to create background process

2007-11-07 Thread Martin Gainty
Encapsulate the long running resource in run() method of a Thread here is a good example http://java.sun.com/developer/technicalArticles/Threads/applet/ M-- - Original Message - From: "rbtechno" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 07, 2007 9:12 AM Subject: how to create back

Re: how to create background process

2007-11-07 Thread Wes Wannemacher
If this is struts2, take a look at the executeandwait interceptor - http://struts.apache.org/2.0.11/docs/execute-and-wait-interceptor.html -W On 11/7/07, rbtechno <[EMAIL PROTECTED]> wrote: > > > Hi, > >I need to implement file download functionality in struts application. > when user submit