Re: [ANNOUNCEMENT] New Struts subproject: Struts Flow

2005-02-18 Thread Don Brown
The saved continuation, in the case of Rhino, is the program counter (current location of code execution) and all variables. For Javascript variables, they are saved by value, but for Java variables, they are saved by reference. Therefore, the size of a continuation object is very small, however,

RE: [ANNOUNCEMENT] New Struts subproject: Struts Flow

2005-02-18 Thread Pilgrim, Peter
> -Original Message- > From: Don Brown [mailto:[EMAIL PROTECTED] ==== I can see "continuations" as a sort of an inversion of the classic finite state machine computer algorithm (Sedgewick et al) It is all Iinteresting stuff. In essence it is still a state machine of sorts but captur

Re: [ANNOUNCEMENT] New Struts subproject: Struts Flow

2005-02-17 Thread Dakota Jack
At the risk of causing people to run around in little circles [ ;-) ], can you tell me what Faces is? Is that MyFaces? How does Faces differ from Shale? Thanks for any information. If the question upsets anyone, my apologies. Jack On Thu, 17 Feb 2005 14:03:32 -0800, Don Brown <[EMAIL PROTECT