You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2006/04/27 23:03:09 UTC

svn commit: r397634 - /jakarta/commons/proper/scxml/trunk/STATUS.html

Author: rahul
Date: Thu Apr 27 14:03:07 2006
New Revision: 397634

URL: http://svn.apache.org/viewcvs?rev=397634&view=rev
Log:
Better wording, complete list.

Modified:
    jakarta/commons/proper/scxml/trunk/STATUS.html

Modified: jakarta/commons/proper/scxml/trunk/STATUS.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/scxml/trunk/STATUS.html?rev=397634&r1=397633&r2=397634&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/STATUS.html (original)
+++ jakarta/commons/proper/scxml/trunk/STATUS.html Thu Apr 27 14:03:07 2006
@@ -27,7 +27,7 @@
 <a href="#Dependencies">[Dependencies]</a>
 <a href="#Release Info">[Release Info]</a>
 <a href="#Committers">[Committers]</a>
-<a href="#Action Items">[Action Items]</a>
+<a href="#Unsupported">[Unsupported Items]</a>
 <br /><br />
 </div>
 
@@ -40,7 +40,7 @@
 <a href="http://www.w3.org/TR/2005/WD-scxml-20050705/">Working Draft of 
 State Chart XML</a> (SCXML). SCXML provides a generic state-machine 
 based execution environment based on CCXML and Harel State Tables. 
-<em>Commons SCXML</em> is a reference implementation SCXML engine.
+<em>Commons SCXML</em> is a state chart engine, using the SCXML semantics.
 </p>
 
 
@@ -103,16 +103,21 @@
 </ul>
 
 
-<a name="Action Items"></a>
-<h3>5.  ACTION ITEMS</h3>
+<a name="Unsupported"></a>
+<h3>5.  UNSUPPORTED ITEMS</h3>
 
 <p>The SCXML engine implementation is under development. The major items that are 
-yet unimplemented are (Section numbers from Working Draft above):</p>
+yet unimplemented are (Section numbers and Working Draft details in brackets):</p>
 
 <ul> 
-<li>Multiple (simultaneous) targets for a single transition (Section 3.3.1) </li>
-<li>JOIN (Section 4.3) </li>
-<li>SYNCH (Section 4.4) </li>
+<li>Multiple (simultaneous) targets for a single transition (Section 3.3.1 July 05 WD) -
+Similar results can be achieved in most cases by adding "action states" and a single
+target.</li>
+<li>SYNCH (Section 4.4 July 05 WD) - This has been removed from the latest WD.</li>
+<li>JOIN (Section 4.3 July 05 WD) - Wait for the next WD, since SYNCH is no longer
+listed.</li>
+<li>INVOKE and children (Section 4.4,4.5,4.6 January 06 WD) - Not enough
+syntactic clarity to implement (many things TBD).</li>
 </ul>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org