Apache CXF



(by docs.huihoo.com)

Introduction

Apache CXF: An Open Source Service Framework

Using Apache Incubator CXF, services are defined using WSDL contracts and can be accessed using a number of different message formats (or bindings) and network protocols (or transports) including SOAP over HTTP, SOAP over JMS, XML over HTTP, and XML over JMS. Apache Incubator CXF has been designed to provide a pluggable architecture that supports not only XML but also non-XML type bindings in combination with any type of transport. Apache Incubator CXF will also support several models like JAX-WS, JBI, SCA, and CORBA services and is designed for flexible deployment in a variety of containers including Spring-based, JBI, SCA, Servlet and J2EE containers. The broad range of flexibility makes it possible to create and integrate web services and legacy services using a single framework.

Documents

• Apache CXF 2.2.4 Documentation
• Apache CXF 2.0 Documentation

Links

• Apache CXF