Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01BEF18BFF for ; Fri, 9 Oct 2015 07:47:51 +0000 (UTC) Received: (qmail 39904 invoked by uid 500); 9 Oct 2015 07:47:50 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 39841 invoked by uid 500); 9 Oct 2015 07:47:50 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 39832 invoked by uid 99); 9 Oct 2015 07:47:50 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2015 07:47:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 4E02A1A06FB for ; Fri, 9 Oct 2015 07:47:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.79 X-Spam-Level: * X-Spam-Status: No, score=1.79 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 93KI3wkACiN3 for ; Fri, 9 Oct 2015 07:47:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 6108020633 for ; Fri, 9 Oct 2015 07:47:49 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E6E65E086F for ; Fri, 9 Oct 2015 07:47:48 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 64CA23A043D for ; Fri, 9 Oct 2015 07:47:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r968283 - in /websites/production/cxf/content: cache/docs.pageCache docs/restful-services.html Date: Fri, 09 Oct 2015 07:47:47 -0000 To: commits@cxf.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151009074748.64CA23A043D@svn01-us-west.apache.org> Author: buildbot Date: Fri Oct 9 07:47:47 2015 New Revision: 968283 Log: Production update by buildbot for cxf Modified: websites/production/cxf/content/cache/docs.pageCache websites/production/cxf/content/docs/restful-services.html Modified: websites/production/cxf/content/cache/docs.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/cxf/content/docs/restful-services.html ============================================================================== --- websites/production/cxf/content/docs/restful-services.html (original) +++ websites/production/cxf/content/docs/restful-services.html Fri Oct 9 07:47:47 2015 @@ -107,7 +107,7 @@ Apache CXF -- RESTful Services
-

RESTful Services

There are different ways to build RESTful services with CXF.

  1. JAX-RS: CXF implements JAX-RS 2.0 (JSR-339) and (JSR-311) JAX-RS 1.1 (JSR-311): Java API for RESTful Web Services. This provides a standard way to build RESTful services in Java.
  2. JAX-WS Provider and Dispatch: It is possible to create RESTful services with the JAX-WS Provider and Dispatch APIs.
  3. HTTP Binding: The HTTP binding provides a flexible way of creating resources and mapping them to operations in your service. This can currently be done via annotations or a convention based mapping.
    Note : HTTP Binding has been removed from CXF 2.6.0.
+

RESTful Services

There are different ways to build RESTful services with CXF.

  1. JAX-RS: CXF implements JAX-RS 2.0 (JSR-339) and JAX-RS 1.1 (JSR-311): Java API for RESTful Web Services. This provides a standard way to build RESTful services in Java.
  2. JAX-WS Provider and Dispatch: It is possible to create RESTful services with the JAX-WS Provider and Dispatch APIs.
  3. HTTP Binding: The HTTP binding provides a flexible way of creating resources and mapping them to operations in your service. This can currently be done via annotations or a convention based mapping.
    Note : HTTP Binding has been removed from CXF 2.6.0.