- Notifications
You must be signed in to change notification settings - Fork1.4k
apache/cxf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Apache CXF is an open source services framework. CXF helps you build anddevelop 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.
CXF includes a broad feature set, but it is primarily focused on the followingareas:
- Web Services Standards Support: CXF supports a variety of web servicestandards including SOAP, the Basic Profile, WSDL, WS-Addressing,WS-Policy, WS-ReliableMessaging, WS-Security, WS-SecurityPolicy,WS-SecureConversation, and WS-Trust.
- Frontends: CXF supports a variety of "frontend" programming models. CXFimplements the JAX-WS APIs. It also includes a "simple frontend" whichallows creation of clients and endpoints without annotations. CXF supportsboth contract first development with WSDL and code first developmentstarting from Java. There is also a JAX-RS frontend for providingREST support.
- Ease of use: CXF is designed to be intuitive and easy to use. Thereare simple APIs to quickly build code-first services, Maven plug-ins tomake tooling integration easy, JAX-WS API support, Spring 2.x XML supportto make configuration a snap, and much more.
- Binary and Legacy Protocol Support: CXF has been designed to provide apluggable architecture that supports not only XML but also non-XML typebindings, such as JSON and CORBA, in combination with any type of transport.
This distribution includes cryptographic software. The country inwhich you currently reside may have restrictions on the import,possession, use, and/or re-export to another country, ofencryption software. BEFORE using any encryption software, pleasecheck your country's laws, regulations and policies concerning theimport, possession, or use, and re-export of encryption software, tosee if this is permitted. Seehttp://www.wassenaar.org/ for moreinformation.
The U.S. Government Department of Commerce, Bureau of Industry andSecurity (BIS), has classified this software as Export CommodityControl Number (ECCN) 5D002.C.1, which includes information securitysoftware using or performing cryptographic functions with asymmetricalgorithms. The form and manner of this Apache Software Foundationdistribution makes it eligible for export under the License ExceptionENC Technology Software Unrestricted (TSU) exception (see the BISExport Administration Regulations, Section 740.13) for both objectcode and source code.
The following provides more details on the included cryptographicsoftware:
For an Apache CXF source distribution, please read BUILDING.txt forinstructions on building Apache CXF.
For an Apache CXF binary distribution, please read release_notes.txtfor installation instructions and list of supported and unsupportedfeatures.
Alternatively, you can also find out how to get started here:http://cxf.apache.org/
If you need more help try talking to us on our mailing lists:http://cxf.apache.org/mailing-lists.html
If you find any issues with CXF, please submit reports with JIRA here:https://issues.apache.org/jira/browse/CXF
We welcome contributions, and encourage you to get involved in the CXFcommunity. If you'd like to learn more about how you can contribute, pleasesee:http://cxf.apache.org/getting-involved.html
Thank you for using CXF!
The Apache CXF Teamhttp://cxf.apache.org/
About
Apache CXF