Return-Path: Delivered-To: apmail-jakarta-httpclient-commits-archive@www.apache.org Received: (qmail 73082 invoked from network); 15 Apr 2006 15:19:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Apr 2006 15:19:30 -0000 Received: (qmail 70589 invoked by uid 500); 15 Apr 2006 15:19:30 -0000 Mailing-List: contact httpclient-commits-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: httpclient-dev@jakarta.apache.org Delivered-To: mailing list httpclient-commits@jakarta.apache.org Received: (qmail 70566 invoked by uid 99); 15 Apr 2006 15:19:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Apr 2006 08:19:30 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 15 Apr 2006 08:19:29 -0700 Received: (qmail 73039 invoked by uid 65534); 15 Apr 2006 15:19:08 -0000 Message-ID: <20060415151908.73038.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r394304 - /jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt Date: Sat, 15 Apr 2006 15:19:08 -0000 To: httpclient-commits@jakarta.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: olegk Date: Sat Apr 15 08:19:06 2006 New Revision: 394304 URL: http://svn.apache.org/viewcvs?rev=394304&view=rev Log: Fixed source code references in the examples page Modified: jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt Modified: jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt?rev=394304&r1=394303&r2=394304&view=diff ============================================================================== --- jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt (original) +++ jakarta/httpcomponents/httpcore/trunk/src/site/apt/examples.apt Sat Apr 15 08:19:06 2006 @@ -6,26 +6,26 @@ HttpCore Examples - * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpGet.java}Simple HTTP GET}} + * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/examples/org/apache/http/examples/ElementalHttpGet.java}Simple HTTP GET}} This example demonstrates how to execute a series of simple HTTP GET requests. - * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpPost.java}Simple HTTP POST}} + * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/examples/org/apache/http/examples/ElementalHttpPost.java}Simple HTTP POST}} This example demonstrates how to execute a series of simple HTTP POST requests that enclose entity content of various types: a string, a byte array, an arbitrary input stream. - * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/trunk/http-core/src/examples/org/apache/http/examples/ElementalHttpServer.java}Simple HTTP server}} + * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/examples/org/apache/http/examples/ElementalHttpServer.java}Simple HTTP server}} This is an example of a simple, but fully functional HTTP/1.1 server written with only a few dozens lines of Java code. - * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/spring/SpringHttpDemo.java}Spring integration example}} + * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/contrib/org/apache/http/contrib/spring/SpringHttpDemo.java}Spring integration example}} HttpCore components can be conveniently wired together using any IoC container, such as {{{http://www.springframework.org/}Spring}}. The bean descriptor for HttpCore - components can be found {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/spring/http-beans.xml}here}} + components can be found {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/contrib/org/apache/http/contrib/spring/http-beans.xml}here}} - * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/trunk/http-core/src/contrib/org/apache/http/contrib/compress/}Content compression}} + * {{{http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/src/contrib/org/apache/http/contrib/compress/}Content compression}} These request / response interceptors implement client- and server-side content compression / decompression logic. They can be simply added to any existing HTTP processor to make it content