Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 53199 invoked from network); 4 Nov 2003 02:58:36 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Nov 2003 02:58:36 -0000 Received: (qmail 13830 invoked by uid 500); 4 Nov 2003 02:58:14 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 13808 invoked by uid 500); 4 Nov 2003 02:58:14 -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 13789 invoked from network); 4 Nov 2003 02:58:12 -0000 Received: from unknown (HELO wahoo.pace2020.com) (65.196.130.133) by daedalus.apache.org with SMTP; 4 Nov 2003 02:58:12 -0000 Received: from meatloaf.fotap.org ([66.93.248.91] helo=[192.168.1.4]) by wahoo.pace2020.com with asmtp (Exim 3.35 #1 (Debian)) id 1AGrOc-0007R7-00 for ; Mon, 03 Nov 2003 21:58:18 -0500 Mime-Version: 1.0 (Apple Message framework v606) In-Reply-To: <3FA6C99F.4050202@apache.org> References: <3FA65ECC.4030707@apache.org> <3FA67FD2.6090900@apache.org> <3FA684D2.9040409@vafer.org> <3FA6868E.1000405@apache.org> <3FA690BD.5020302@vafer.org> <3FA6C99F.4050202@apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: peter royal Subject: Re: [VOTE] rollback Cocoon 2.2 and do Fortress merge later (was Re: Fortress Conversion Stalled) Date: Mon, 3 Nov 2003 21:58:06 -0500 To: dev@cocoon.apache.org X-Mailer: Apple Mail (2.606) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Nov 3, 2003, at 4:33 PM, Berin Loritsch wrote: > Anyhoo, the basic solution is to either build a tree/graph of pure > components > or a tree/graph of pure beans. Either solution will work. We need to > get rid > of the need for the LifecycleHelper type class. I would lean more > toward the > bean approach for assembling the actual pipelines. It might make > things a bit > simpler, even to make custom hard-coded sitemaps. Anyone: Any thoughts about using Jelly as the builder for the sitemap? Its usage can be completely hidden, but as a tag processor, it might work very well. We could use it to construct a bean-graph to model the sitemap. -pete