CXF is a robust Web Services framework that supports a variety of Web Service standards. It's easy to develop, configure, and deploy. Additional features such as integration with Spring make it an attractive choice when Inversion of Control (IoC) and Aspect Oriented Programming (AOP) features are important. With the existence of JSR 109, however, it's probably not a good choice when you're developing applications that run in Java EE containers because Java EE-compliant containers provide the same middleware functionalities, which, most likely, will work more seamlessly with the container.
展开▼