You can choose to write your own threading mechanism to invoke the webservices in parallel. That is what we do. We are using FJTask, which has a neater Fork and join mechanism for invoking the threads in parallel.
On Sun, May 17, 2009 at 11:38 AM, sid5 <siddharthchha...@hotmail.com> wrote: > > hi > We currently have a SOA based application with a struts front end. > We have to invoke multiple webservices to get the data to render a single > page. > I was thinking of writing an Executor service inside an Action class or an > Interceptor to do this. > Is this the right approach ? > > I would like the webservices to be invoked in parallel. > Are there any ParallelAction in struts. > -- > View this message in context: > http://www.nabble.com/Invoking-multiple-webservices-from-Action-tp23586299p23586299.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >