Re: Invoking multiple webservices from Action

2009-05-18 Thread satyanarayana katta
In big enterprises everything is not controlled by one group. There will be a big legacy out there. It is not just one or two webservices you call to get the data. In our case, we had call around 12 webservices. Whatever kind of optimization you do, it is difficult to beat what we can get out o

Re: Invoking multiple webservices from Action

2009-05-18 Thread Lukasz Lenart
2009/5/17 sid5 : > 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 approa

Re: Invoking multiple webservices from Action

2009-05-17 Thread sid5
at this would be a common use case to warrant an existing interceptor, which I could use out of the box. -- View this message in context: http://www.nabble.com/Invoking-multiple-webservices-from-Action-tp23586299p23588669.html Sent from the Struts - User mailing list arc

Re: Invoking multiple webservices from Action

2009-05-17 Thread satyanarayana katta
uld 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 Str

Invoking multiple webservices from Action

2009-05-17 Thread sid5
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