Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 41524 invoked from network); 6 Oct 2005 09:07:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2005 09:07:54 -0000 Received: (qmail 32080 invoked by uid 500); 6 Oct 2005 09:07:53 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 31919 invoked by uid 500); 6 Oct 2005 09:07:53 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 31899 invoked by uid 99); 6 Oct 2005 09:07:53 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2005 02:07:52 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id E374521C for ; Thu, 6 Oct 2005 11:07:31 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: docs@cocoon.apache.org Date: Thu, 06 Oct 2005 09:07:31 -0000 Message-ID: <20051006090731.2905.763@ajax.apache.org> Subject: [Cocoon Wiki] Update of "GT2005HackatonDay1Notes" by NicoVerwer X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification. The following page has been changed by NicoVerwer: http://wiki.apache.org/cocoon/GT2005HackatonDay1Notes ------------------------------------------------------------------------------ Carsten Ziegeler and Reinhart Potz are walking through the new Cocoon 2.2 code. - See the SVG picture in the attachment 'cocoon_startup.svg'. + See the SVG picture in [attachment:cocoon_startup.svg]. First is the Environment/Servlet is setup. @@ -202, +202 @@ etc A sub-sitemap will first look up a component using its own ServiceManager. If it is not found, the lookup is deferred to its parent sitemap's ServiceManager, etcetera... - See the SVG picture in the attachment 'subsitemap_component_lookup.svg'. + See the SVG picture in [attachment:subsitemap_component_lookup.svg]. Building wil start with creating the serviceManager with the map components/sitemap components.