java - Spring 3.0 JAX-WS and or vs. Apache CXF -


Spring 3.0.1 supports solid JAX-WS web services. At the same time, I think many articles call Apache CXF as a great Web service framework.

If I work in the spring / hibernation and want to reveal high performance web services at the front end, should I consider using Apache CXF? Is there any advantage of adding this extra frame to the mix?

Both are not mutually exclusive Apache CXF is fully compliant with JAX-WS.

Remember, JADS-WS is just a specification of Speed ​​ATP API, and does not pay much attention to the implementation that you use. Java 6 ships to internal JX-WS implementation (Metro, Or part of it), and CXF is only an optional implementation.

The CXF is probably slightly more capable than Java with JAVX-WS, but unless something is not specific that you do not need Java 6, I'm not sure that this It's worth worrying.

For Spring and JX-WS, Spring Bus makes it a little easier to use.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -