RE: [OS-webwork] Data spanning several actions and req-resp trips

2004-02-21 Thread Jason Carreira
several actions and req-resp trips If you have a group of actions, lets call this a function, that act on data that needs to be persisted during the length of a session, the most obvious way for me to handle this behavior is by creating a component and corresponding enabler interface for

RE: [OS-webwork] Data spanning several actions and req-resp trips

2004-02-21 Thread Patrick Lightbody
Behalf Of Sergio Infante Sent: Friday, February 20, 2004 11:42 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] Data spanning several actions and req-resp trips   If you have a group of actions, lets call this a function, that act on data that needs to be persisted during the length of a session, the

[OS-webwork] Data spanning several actions and req-resp trips

2004-02-20 Thread Sergio Infante
If you have a group of actions, lets call this a function, that act on data that needs to be persisted during the length of a session, the most obvious way for me to handle this behavior is by creating a component and corresponding enabler interface for each function (group of actions) and h