Apache CXF™: An Open-Source Services Framework

Overview

Apache CXF™ is an open source services framework. CXF helps you build and develop services using frontend programming APIs, like JAX-WS and JAX-RS. These services can speak a variety of protocols such as SOAP, XML/HTTP, RESTful HTTP, or CORBA and work over a variety of transports such as HTTP, JMS or JBI.

News

February 7, 2018 - Apache CXF 3.2.2 released!

The Apache CXF team is proud to announce the availability of the latest patch release. Over 64 JIRA issues were fixed for 3.2.2.

This is mostly a patch release to fix problems and issues that users have encountered.   Downloads are available here.

November 28, 2017 - Apache CXF 3.0.16 released!

Apache CXF 3.0.16 is released. This is a minor patch release which includes the fix for the security advisory CVE-2017-12624.

This will be the last release of Apache CXF 3.0.x for the foreseeable future - users are encouraged to migrate to CXF 3.1.x or 3.2.x. Downloads are available here.

November 7, 2017 - Apache CXF 3.2.1/3.1.14 released!

The Apache CXF team is proud to announce the availability of the latest patch releases. Over 32 JIRA issues were fixed for 3.2.1 which many of those fixes back ported to 3.1.14.

A new security advisory CVE-2017-12624 was fixed for CXF 3.2.1 and 3.1.14.

This is mostly a patch release to fix problems and issues that users have encountered.   Downloads are available here.

Features

CXF includes a broad feature set, but it is primarily focused on the following areas:

CXF implements the JAX-WS APIs. CXF JAX-WS support includes some extensions to the standard that make it significantly easier to use, compared to the reference implementation: It will automatically generate code for request and response bean classes, and does not require a WSDL for simple cases.

It also includes a "simple frontend" which allows creation of clients and endpoints without annotations. CXF supports both contract first development with WSDL and code first development starting from Java.

For REST, CXF also supports a JAX-RS frontend.

To get started using CXF, check out the downloads, the user's guide, or the mailing lists to get more information!

Goals

General

Support for Standards

JSR Support
WS-* and related Specifications Support

Multiple Transports, Protocol Bindings, Data Bindings, and Formats

Flexible Deployment

Support for Multiple Programming Languages

Tooling

Getting Involved

Apache CXF is currently under heavy development. To get involved you can subscribe to the mailing lists. You can also grab the code from the Source Repository. You also need to read about Building CXF. For Eclipse users, you should read about Setting up Eclipse.