how to create background process 2007-11-07 - By Wes Wannemacher
Back 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 <balaji.btech@(protected)> wrote: > > > Hi, > > I need to implement file download functionality in struts application. > when user submits a filedownload request, FileProcessAction should delegate > the download process to another thread which runs as background process and > return to some other page without waiting for file download completion.How > to do it ? > > > Thanks.. > -- > View this message in context: http://www.nabble.com/how-to-create-background -process-tf4764950.html#a13627829 > Sent from the Struts - User mailing list archive at Nabble.com. > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
-- Wesley Wannemacher President, Head Engineer/Consultant WanTii, Inc. http://www.wantii.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|