Don't follow contract first or last. Follow what works best for the
software, you, future of the software and inter-operability. Can you
develop with it quickly? Does it have lots of bugs? Stable? Works with
other platform? Extensible when you need it in the future? Good
performance? Easy t
Hi Srinivas,
I'll add that from what I know of Spring web services it uses an older
technology which delivers much worse performance (with DOM-based
handling, at least on the client side). It also has had problems with
some basic SOAP features, such as the encoding types it uses on
requests. I'd s
On Tue, Mar 15, 2011 at 12:09 AM, srinivasch wrote:
>
> My last application had Axis2 web service and used contract last approach. We
> had a new requirement for creating a web service and I used Spring Web
> service. A discussion came up in the meeting that why use Spring WS when we
> already hav