Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 68812 invoked from network); 15 Oct 2004 18:18:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Oct 2004 18:18:49 -0000 Received: (qmail 95878 invoked by uid 500); 15 Oct 2004 18:18:27 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 95770 invoked by uid 500); 15 Oct 2004 18:18:24 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 95748 invoked by uid 99); 15 Oct 2004 18:18:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.160.230.41] (HELO mout.perfora.net) (217.160.230.41) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 15 Oct 2004 11:18:21 -0700 Received: from minotaur.apache.org[209.237.227.194] (helo=[127.0.0.1]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKyxe-1CIWee2tDP-0002mn; Fri, 15 Oct 2004 14:18:16 -0400 X-Provags-ID: perfora.net abuse@perfora.net e2e4156964dfbcc4c642ec658fa7f9b9 Message-ID: <41701465.5080909@reverycodes.com> Date: Fri, 15 Oct 2004 14:18:13 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [RT] Some notes about the "Real Blocks" issue References: <0MKv6A-1CIMeE12BG-0003C1@mx.perfora.net> <416FADFD.3030308@reverycodes.com> <5A289114-1EA4-11D9-8A87-000A95DC4186@apache.org> In-Reply-To: <5A289114-1EA4-11D9-8A87-000A95DC4186@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ugo Cei wrote: > Il giorno 15/ott/04, alle 13:01, Vadim Gritsenko ha scritto: > >> The best plan IMHO would be: >> >> 1. Remove ECM - implementation of Avalon container. Keep re-usable >> components code (XSLT, Source, Store, etc). >> 2. Drop in the container which replaces it. >> 3. Write bridge code between container in (2) and (1). >> 4. Test. >> 5. Release Cocoon 2.3. >> 6. Continue with usual Cocoon development: improvements, refactorings, >> as you see fit: rewrite source resolving or sitemap processor or >> whatever you want if you have time for it. >> >> For a useful example of 6, Store implementation should plug in into >> Java 1.5 management API instead of having background checker thread. > > > Looks like a very good plan to me. Do you have suggestions for (3)? Particularly, how AvalonBeanFactory should be implemented, and what should be the basis for ComponentSelectors? Vadim