Re: [Vote] Cocoon Advanced Control Flow

2003-07-14 Thread Stephan Michels
Hoping I'm not too late. Please interpret this not as personal attack or something else. I like the idea of the flow, but the javascript implementation inhibit me to take a deeper look into it. +--+ | Cocoon Advanced Control

Re: [Vote] Cocoon Advanced Control Flow

2003-07-14 Thread Geoff Howard
As I understand it (and intend to use it) the flow is not supposed to be actually performing the heavy lifting of your business logic, but glueing it all together. You can do any transactional handling in a real java class which is then called by a simple flow. Does that meet your need? Geoff

[Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Reinhard Pötz
Digging into the archives I found Stefanos RTs from linkmaps to flowmaps from 2001-03-05.[1] He wrote Take a piece of paper, avoid thinking you are writing an application for the web, so avoid taking into consideration technical constraints (like the request/response paradigm, intrinsic

RE: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Reinhard Pötz
From: Reinhard Pötz +--+ | Cocoon Advanced Control Flow (in general) | +--+ +1 for A to G

Re: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Vadim Gritsenko
Reinhard Pötz wrote: snip/ Thank you for voting/reading so far (13 items ;-)! Reinhard, This doco nicely summarizes what we have so far in the flow. And, because it is already present, and was already dicussed/voted some time ago, what here we are voting for? :) Vadim

RE: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Reinhard Pötz
From: Vadim Gritsenko Reinhard Pötz wrote: snip/ Thank you for voting/reading so far (13 items ;-)! Reinhard, This doco nicely summarizes what we have so far in the flow. And, because it is already present, and was already dicussed/voted some time ago, what here we are

Re: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Vadim Gritsenko
Reinhard Pötz wrote: From: Vadim Gritsenko Reinhard Pötz wrote: snip/ Thank you for voting/reading so far (13 items ;-)! Reinhard, This doco nicely summarizes what we have so far in the flow. And, because it is already present, and was already dicussed/voted some time ago,

Re: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Marc Portier
just dotting the i's and crossing the t's (don't want to be nagging) Reinhard Pötz wrote: snip / [D] All flow interpreters[3] are Avalon components and declared in the cocoon.xonf: flow-interpreters default=[yourLanguage] logger=[yourLogger] ...

Re: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Christopher Oliver
+1. Chris Reinhard Pötz wrote: From: Vadim Gritsenko Reinhard Pötz wrote: snip/ Thank you for voting/reading so far (13 items ;-)! Reinhard, This doco nicely summarizes what we have so far in the flow. And, because it is already present, and was already dicussed/voted some

RE: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Reinhard Pötz
From: Steven Noels On 9/07/2003 14:37 Reinhard Pötz wrote: [3] I'm aware of Sylvain's and Marc's proposal on changing the scope of available controllers. I contacted Sylvain off-list and the said that they want to come up with a concrete implementation of their

RE: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Reinhard Pötz
-Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 6:26 PM To: [EMAIL PROTECTED] Subject: Re: [Vote] Cocoon Advanced Control Flow Thank you for voting/reading so far (13 items ;-)! +1 on everything - I cannot look at all

Re: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Sylvain Wallez
Reinhard Pötz wrote: +1 on everything but [B] : [B] Functions provided by scripts can be called within the sitemap using: map:call function=[yourFunction] map:parameter name=x value=y/[2] /map:call There are no special restrictions where you can put

Re: [Vote] Cocoon Advanced Control Flow

2003-07-09 Thread Christopher Oliver
Sylvain Wallez wrote: Christopher Oliver wrote: Just to clarify: what I added was the cocoon.parameters property that contains a map of the parameters passed from the sitemap. The parameters are also passed positionally to the function as before. So if you want to access a named parameter