From commits-return-4291-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Jul 10 11:42:29 2007 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 3808 invoked from network); 10 Jul 2007 11:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2007 11:42:28 -0000 Received: (qmail 16527 invoked by uid 500); 10 Jul 2007 11:42:31 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 16506 invoked by uid 500); 10 Jul 2007 11:42:31 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 16496 invoked by uid 99); 10 Jul 2007 11:42:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 04:42:31 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2007 04:42:27 -0700 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A67B459A07 for ; Tue, 10 Jul 2007 11:42:07 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@jackrabbit.apache.org Date: Tue, 10 Jul 2007 11:42:07 -0000 Message-ID: <20070710114207.15240.85027@eos.apache.org> Subject: [Jackrabbit Wiki] Update of "ApacheSling" by FelixMeschberger X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by FelixMeschberger: http://wiki.apache.org/jackrabbit/ApacheSling The comment on the change is: Add page on HTTP request processing ------------------------------------------------------------------------------ * [wiki:/SlingConfiguration Configuring Sling] * [wiki:/SlingLogging Logging] * [wiki:/SlingContent Content Loading and Nodetype Support] + * [wiki:/SlingRequestProcessing HTTP Request Processing] In addition to this more descriptive and referential documentation, a series of user and developer guides are provided here: @@ -34, +35 @@ * [wiki:/SlingGuideRequestDispatching Dispatching requests in Sling Applications] * [wiki:/SlingGuideRequestParameters Request Parameter Handling in Sling] - References: + + + == References == + OSGi:: Sling is implemented as a series of [http://www.osgi.org OSGi] Bundles and makes extensive use of the OSGi functionality, such as lifecycle management and the service layer. In addition, Sling requires several OSGi compendium services to be available, such as the Log Service, Http Service, Configuration Admin Service, Metatype Service, and Declarative Services.