Hi Reinhard,

On 6/11/02 6:46 AM, "Reinhard Poetz" <[EMAIL PROTECTED]> wrote:

> Currently the "logic" of XMLForms is handled by the action. I read a few
> weeks ago that there are plans to use the flowmap for it.
> (http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=102071048209644&w=2)
> 
> Is anybody working on an implemenation? What's the current status?

I am currently doing other things, I didn't have much time to play with the
samples. I've got some new ideas on how to make the flow layer even more
powerful, by allowing multiple functions to be called in the same context.
This will improve the usability tremendously, as you can have multiple
functions as entry points, all sharing the same global variables space.

The current code also has a bug, as global variables are shared across all
client invocations, which is really dangerous. What should happen is that
the value of the global variables should be visible to only one client, and
each client should have its own global variable space. An application global
space should then be added, for values which are shared across the
application. I have a solution to this problem, I started to work on it, but
is not yet finished.

-- 
Ovidiu Predescu <[EMAIL PROTECTED]>
http://www.geocities.com/SiliconValley/Monitor/7464/ (Apache, GNU, Emacs...)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to