|
From: Seth L. <set...@gm...> - 2004-08-01 00:41:37
|
On Sat, 31 Jul 2004 20:07:32 -0400, Stefan D Sookraj <ste...@us...> wrote: > > > All, > I have a situation where the functionality behind the 'delete' buttons on > my form takes some time to process therefore the user just sits there and > wait until the success view comes back. Is there any asynchronous way to > hand off this processing and return the success view immediately that is > built into the framework, or would I have to do this with a separate thread > or using other techniques? Thank you. You may want to look into Spring's new JMS support. That is one way to handle this scenario. Seth |