Return-Path: Delivered-To: apmail-xml-cocoon-docs-archive@xml.apache.org Received: (qmail 49749 invoked by uid 500); 25 Apr 2003 19:59:59 -0000 Mailing-List: contact cocoon-docs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-docs@xml.apache.org Delivered-To: mailing list cocoon-docs@xml.apache.org Received: (qmail 49701 invoked from network); 25 Apr 2003 19:59:59 -0000 Received: from dobit2.rug.ac.be (157.193.42.8) by daedalus.apache.org with SMTP; 25 Apr 2003 19:59:59 -0000 Received: from allserv.rug.ac.be (allserv.rug.ac.be [157.193.40.42]) by dobit2.rug.ac.be (8.12.8/8.12.8) with ESMTP id h3PK03M6015056 for ; Fri, 25 Apr 2003 22:00:03 +0200 (MEST) Received: from otsrv1.iic.rug.ac.be (otsrv1.iic.rug.ac.be [157.193.121.51]) by allserv.rug.ac.be (8.12.8/8.12.8) with ESMTP id h3PK02f2002087 for ; Fri, 25 Apr 2003 22:00:02 +0200 (MEST) Received: from otsrv1.iic.rug.ac.be (localhost [127.0.0.1]) by otsrv1.iic.rug.ac.be (8.11.6/8.11.6) with ESMTP id h3PK02x08610 for ; Fri, 25 Apr 2003 22:00:02 +0200 Date: Fri, 25 Apr 2003 22:00:02 +0200 Message-Id: <200304252000.h3PK02x08610@otsrv1.iic.rug.ac.be> From: stevenn@outerthought.org To: cocoon-docs@xml.apache.org Subject: [WIKI-UPDATE] GettingStartedWithFlow TonyCollen Fri Apr 25 22:00:02 2003 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Page: http://wiki.cocoondev.org/Wiki.jsp?page=GettingStartedWithFlow , version: 1 on Fri Apr 25 19:55:07 2003 by TonyCollen New page created: + !!A Gentle Introduction to Cocoon's Flow System + + ''This is based off my experience with learning to write a basic program using the Flowscript, using the Flow and Petstore samples as examples. -- [TonyCollen]'' + + What you will need: + *Basic understanding of Cocoon concepts + **Sitemap + **Pipelines, etc + *Ability to code a little Javascript + *Build and deploy Cocoon 2.1-dev. See [WhereToGet21Dev]. + **You will need to edit the {{local.build.properties}} file and make sure that the lines {{exclude.webapp.scratchpad=true}} and {{exclude.scratchpad=true}} are commented out, because we will be using components from the scratchpad -- in particular, the JXTemplate Generator. + + Page: http://wiki.cocoondev.org/Wiki.jsp?page=TonyCollen , version: 17 on Fri Apr 25 19:32:27 2003 by TonyCollen + + Apr 25 2003 - Working on [GettingStartedWithFlow]