Spring REST WS : jersey vs resteasy vs restlet vs apache cxf vs Spring WS [closed] Spring REST WS : jersey vs resteasy vs restlet vs apache cxf vs Spring WS [closed] spring spring

Spring REST WS : jersey vs resteasy vs restlet vs apache cxf vs Spring WS [closed]


Well I guess it always depends on our needs and how we feel we can manage changes and new frameworks releasesPersonally I'd use the first solution Spring REST WS (using Jackson) above all because it's totally integrated in spring application framework and you must not add (and sometimes fight) with third parties libs; and believe me this is really a good thing

Morever I don't see any great advantage in adding other JAX-WS implementation except to increase the project complexity

And the last....by adding third party libs you not nly have to know good Spring, but also the other libraries you use and not all the developers are able and can learn new technologies....at least this is my opinion and my experience :)