Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 20793 invoked from network); 14 Jun 2005 13:47:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 13:47:02 -0000 Received: (qmail 78377 invoked by uid 500); 14 Jun 2005 13:46:59 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 78320 invoked by uid 500); 14 Jun 2005 13:46:58 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 78291 invoked by uid 99); 14 Jun 2005 13:46:58 -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 mailgate2.dslextreme.com (HELO mailgate2.dslextreme.com) (66.51.199.95) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 14 Jun 2005 06:46:57 -0700 Received: from mail5.dslextreme.com (unknown [192.168.7.93]) by mailgate2.dslextreme.com (Postfix) with SMTP id 4DF133A68A3 for ; Tue, 14 Jun 2005 06:45:37 -0700 (PDT) Received: (qmail 16851 invoked from network); 14 Jun 2005 13:46:09 -0000 Received: from unknown (HELO [127.0.0.1]) (66.51.196.164) by mail5.dslextreme.com with SMTP; Tue, 14 Jun 2005 06:46:09 -0700 Message-ID: <42AEDFB6.1000506@dslextreme.com> Date: Tue, 14 Jun 2005 06:46:30 -0700 From: Ralph Goers User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Small dilemma: are Actions still recommended? References: <44D253D9-9556-4570-BC54-FABCB8370556@hard-bop.com> <42ADFE43.8080204@apache.org> In-Reply-To: <42ADFE43.8080204@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSLExtreme-MailGate-Information: Please contact the ISP for more information X-DSLExtreme-MailGate: Found to be clean X-MailScanner-From: ralph.goers@dslextreme.com X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sylvain Wallez wrote: > Glen Ezkovich wrote: > >> Cocooners, >> >> Working on some introductory documentation I ran into a slight >> dilemma. I want to mention how Cocoon is able to access either the >> model or a database in response to a request and produce a response >> based on the result. Because of its simplicity, I will be >> concentrating on JSFlow in this particular document. All my Actions >> have been converted to flowscripts. I'm unsure of the communities >> perspective. So, are Actions still recommended as a way to access >> and process data? > > > > No. The current use of actions as I see it is for small > general-purpose things, but not for application-level processing, > which should be orchestrated by the flow engine (be it flowscript of > javaflow) > > Sylvain > Maybe so, but I'd never deprecate them. They are still highly useful.