On 1/18/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 1/18/06, Tim OBrien <[EMAIL PROTECTED]> wrote: <snip/> > > > > Created a place holder issue for the task of identifying the appropriate > > way to do this: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=38311 > > > > Do you want to take a stab at this? I had some ideas about the semantic > > impl, should we both try > > out some ideas independently in two different branches and then see what > > bubbles out of > > independent effort? > > > <snip/> > > I will take a stab at this in the upcoming week or two, will post > something here when I get a chance to think some more about it. <snap/>
Made some progress on this over the weekend, just published the site with proposed changes which might make it easier (for instance, to compare Javadocs): http://people.apache.org/~rahul/sites/scxml-stateless-model/ Once the model is free of "state" (thats a highly overloaded term in this context), the digester / reader API is freed of Contexts and Evaluators (as it should be - thereby allowing the model to be reused or concurrently used by many executors). To summarize the changes, I'd compare: http://people.apache.org/~rahul/sites/scxml-stateless-model/api-notes/core-digester.html with: http://jakarta.apache.org/commons/sandbox/scxml/api-notes/core-digester.html -Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
