Apache CXF
Apache CXF | |
Developer(s) | Apache Software Foundation |
---|---|
Stable release |
3.1.7
/ August 5, 2016 |
Development status | Active |
Written in | Java |
Operating system | Cross-platform |
Type | Web Services |
License | Apache License 2.0 |
Website |
cxf |
Apache CXF is an open-source, fully featured Web services framework. It originated as the combination of two open-source projects: Celtix developed by IONA Technologies (acquired by Progress Software in 2008) and XFire developed by a team hosted at Codehaus. These two projects were combined by people working together at the Apache Software Foundation and the new name CXF was derived by combining "Celtix" and "XFire".
The CXF key design considerations include:
- Clean separation of front-ends, like JAX-WS, from the core code.
- Simplicity with, for instance, the creation of clients and endpoints without annotations.
- High performance with minimum computational overhead.
- Embeddable Web service component: example embeddings include Spring Framework and Geronimo.
CXF is often used with Apache ServiceMix, Apache Camel and Apache ActiveMQ in service-oriented architecture (SOA) infrastructure projects.
Features
CXF includes a broad feature set, but it is primarily focused on the following areas:
- Web Services Standards Support:
- JAX-WS API for Web service development
- JAX-RS (JSR 339 2.0) API for RESTful Web service development
- JavaScript programming model for service and client development
- Maven tooling
- CORBA support
- HTTP, JMS and WebSocket transport layers
- Embeddable Deployment:
- Reference OSGi Remote Services implementation
Commercial support
Enterprise support for CXF is available from independent vendors, including Red Hat, JBoss, Talend, and Sosnoski Software Associates. See the CXF Support Page for details on all support options.
See also
- JAX-WS RI, the reference implementation of the JAX-WS specification, used directly by GlassFish Metro
- The Axis Web Services framework
- Apache Wink, a project in incubation with JAX-RS support
- The JAX-RS specification
- List of web service frameworks
Further reading
- CXF Web Service Tutorial
- CXF Client
- CXF Restful Tutorial
- CXF Restful Client
- Building JAX-WS Web Services with Apache CXF
External links
- Apache CXF website
- Apache CXF download
- Apache CXF documentation
- JBoss Fuse website
- Apache CXF Evaluation
- Apache CXF: Interview with Dan Diephouse and Paul Brown
- Talend ESB home page
- List of Apache CXF Committers