You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/11/13 22:47:56 UTC

svn commit: r838278 - in /websites/production/cxf/content: cache/main.pageCache index.html

Author: buildbot
Date: Tue Nov 13 21:47:55 2012
New Revision: 838278

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/main.pageCache
    websites/production/cxf/content/index.html

Modified: websites/production/cxf/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/index.html
==============================================================================
--- websites/production/cxf/content/index.html (original)
+++ websites/production/cxf/content/index.html Tue Nov 13 21:47:55 2012
@@ -168,11 +168,11 @@ Apache CXF -- Index
 <ul><li><b>Web Services Standards Support:</b> CXF supports a variety of web service standards including SOAP, the WS-I Basic Profile, WSDL, WS-Addressing, WS-Policy, WS-ReliableMessaging, WS-Security, WS-SecurityPolicy,  WS-SecureConverstation, and WS-Trust (partial).</li><li><b>Frontends:</b> CXF supports a variety of "frontend" programming models.</li></ul>
 
 
-<p>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.</p>
+<p>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.</p>
 
 <p>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.   </p>
 
-<p>For REST, CXF also supports a JAX-RS (TCK compliant) frontend.</p>
+<p>For REST, CXF also supports a JAX-RS frontend.</p>
 <ul><li><b>Ease of use:</b> CXF is designed to be intuitive and easy to use. There are simple APIs to quickly build code-first services, Maven plug-ins to make tooling integration easy, JAX-WS API support, Spring 2.x XML support to make configuration a snap, and much more.</li><li><b>Binary and Legacy Protocol Support:</b>  CXF has been designed to provide a pluggable architecture that supports not only XML but also non-XML type bindings, such as JSON and CORBA, in combination with any type of transport.</li></ul>