|
From: Erwin V. <erw...@er...> - 2005-08-15 17:52:29
|
Yes yes, it's central to how SWF works.
Basically you'll be having seperate flow executions in each window. Each =
flow execution maintains a flow scope for the flows it runs, the flow =
scope is scoped 'at the flow level', so everything in there remains for =
the lifetime of the flow, giving you something similar to a 'session per =
window'.
There is no explicit support at the moment for 'inter flow execution =
communication', e.g. to have the different flows in the different =
windows interact, but it's certainly not impossible.
Erwin Vervaet
erw...@er...
----- Original Message -----=20
From: Thomas Van de Velde=20
To: spr...@li...=20
Sent: Monday, August 15, 2005 7:46 PM
Subject: Re: [Springframework-developer] Multi-window support
Erwin,
Thanks. Is this (a flow scope per window) something that already =
supported by WF?
Thomas
On 8/15/05, Erwin Vervaet <erw...@er...> wrote:
There are features in SWF that allow it to handle situations where =
you have multiple windows navigating through the same flow, e.g. to =
compare alternative navigation paths.
However, I don't think this is what you're looking for. One thing =
you could do to manage multiple independent browser windows is to have a =
flow per window. In that case you would also have a flow scope per =
window, wich is similar to having a session per window.
Erwin Vervaet
erw...@er...
----- Original Message -----=20
From: Thomas Van de Velde=20
To: spr...@li...=20
Sent: Monday, August 15, 2005 5:23 PM
Subject: [Springframework-developer] Multi-window support
Hi,
Are there any features built into webflow that manage problems =
related to multiple application windows? Is there a way that you can =
manage a session on a per-window basis?
Cheers,
Thomas
|