Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 47384 invoked from network); 14 Nov 2007 19:34:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 19:34:28 -0000 Received: (qmail 80862 invoked by uid 500); 14 Nov 2007 19:34:15 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 80813 invoked by uid 500); 14 Nov 2007 19:34:15 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 80802 invoked by uid 99); 14 Nov 2007 19:34:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 11:34:15 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 19:34:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 085921A9832; Wed, 14 Nov 2007 11:34:07 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r595019 - in /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF: flow/README.txt flow/samples.xml flow/sitemap.xmap samples.xml sitemap.xmap Date: Wed, 14 Nov 2007 19:34:06 -0000 To: cvs@cocoon.apache.org From: vgritsenko@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071114193407.085921A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vgritsenko Date: Wed Nov 14 11:34:04 2007 New Revision: 595019 URL: http://svn.apache.org/viewvc?rev=595019&view=rev Log: two flow samples do not need separate page Removed: cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/flow/README.txt cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/flow/samples.xml Modified: cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/flow/sitemap.xmap cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/samples.xml cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/sitemap.xmap Modified: cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/flow/sitemap.xmap URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/flow/sitemap.xmap?rev=595019&r1=595018&r2=595019&view=diff ============================================================================== --- cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/flow/sitemap.xmap (original) +++ cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/flow/sitemap.xmap Wed Nov 14 11:34:04 2007 @@ -16,51 +16,22 @@ limitations under the License. --> - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - Modified: cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/samples.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/samples.xml?rev=595019&r1=595018&r2=595019&view=diff ============================================================================== --- cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/samples.xml (original) +++ cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/samples.xml Wed Nov 14 11:34:04 2007 @@ -16,13 +16,12 @@ limitations under the License. --> - - - + + @@ -35,11 +34,20 @@ These are basic examples of Flow usage, but it is also used in the samples of several other blocks, see the forms and tour blocks for more advanced examples. - - - Cocoon Flow examples. + + + A simple web-based calculator that uses javascript on the server side + to describe the web application flow between screens in a coherent + unique location and continuations to maintain state between requests. + + + A common portion of an application which requires users to be + registered. This example shows how to use java objects from the + javascript flow as it is best practice to put business logic into + strongly-typed java objects and use javascript to describe only the + page flow. - + @@ -49,10 +57,10 @@ - Samples of the powerful Cocoon i18n and l10n Cocoon tools. + Samples of the powerful Cocoon i18n and l10n Cocoon tools. - - + + Display Cocoon status, clear the Cocoon cache, etc. @@ -62,10 +70,10 @@ Trivial sample of class reloading - + Class Reloading sample. - + Modified: cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/sitemap.xmap URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/sitemap.xmap?rev=595019&r1=595018&r2=595019&view=diff ============================================================================== --- cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/sitemap.xmap (original) +++ cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/src/main/resources/COB-INF/sitemap.xmap Wed Nov 14 11:34:04 2007 @@ -34,7 +34,6 @@ - @@ -51,7 +50,6 @@ - @@ -60,7 +58,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +