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

November 8, 2011 - Apache CXF 2.4.4 are released!

The Apache CXF team is proud to announce the availability of the latest patch releases for 2.4.x: 2.4.4

There are over 35 JIRA issues fixed in 2.4.4.

Downloads are available here.



November 1, 2011 - Apache CXF 2.5.0 released!

The Apache CXF team is proud to announce the availability of the latest release of CXF: 2.5.0

This release contains several new features including a new Security Token Service, a new WS-Notification service, new security capabilities for JAX-RS services, enhanced OSGi support, enhanced WS-RM support, WS-MEX support, and more. See the complete migration guide for more details.

Downloads are available here.



October 12, 2011 - Apache CXF 2.4.3 and 2.3.7 are released!

The Apache CXF team is proud to announce the availability of the latest patch releases: 2.4.3 and 2.3.7

There are over 90 JIRA issues fixed in 2.4.3 and more than 40 were ported back to 2.3.7.

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 (TCK compliant). 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 (TCK compliant) 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.