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/05/04 19:03:24 UTC

svn commit: r399766 - /jakarta/commons/proper/scxml/trunk/xdocs/guide.xml

Author: rahul
Date: Thu May  4 10:03:22 2006
New Revision: 399766

URL: http://svn.apache.org/viewcvs?rev=399766&view=rev
Log:
Wire the two new sections into the user guide.

Modified:
    jakarta/commons/proper/scxml/trunk/xdocs/guide.xml

Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/scxml/trunk/xdocs/guide.xml?rev=399766&r1=399765&r2=399766&view=diff
==============================================================================
--- jakarta/commons/proper/scxml/trunk/xdocs/guide.xml (original)
+++ jakarta/commons/proper/scxml/trunk/xdocs/guide.xml Thu May  4 10:03:22 2006
@@ -31,12 +31,14 @@
   SCXML and some related and interesting (to some of us) tidbits.
   </p>
 
-  <subsection name="SCXML documents">
+  <subsection name="Introduction">
    <p>State Chart XML (SCXML) is a general-purpose event-based state machine
    language that can be used in many ways.</p>
    <ul>
     <li><a href="guide/scxml-documents.html">SCXML documents</a> - A five
     minute introduction to SCXML documents.</li>
+    <li><a href="guide/using-commons-scxml.html">Commons SCXML</a> - Using
+    the Commons SCXML engine.</li>
    </ul>
   </subsection>
 
@@ -55,6 +57,8 @@
    <ul>
     <li><a href="guide/core-digester.html">Digester</a> - Digesting SCXML
     into the Commons SCXML Java object model.</li>
+    <li><a href="guide/datamodel.html">Datamodel</a> - Defining a
+    datamodel and temporary variables.</li>
     <li><a href="guide/contexts-evaluators.html">Contexts and Evaluators</a> -
     Plugging in the expression language for the document.</li>
     <li><a href="guide/core-engine.html">Executor</a> - Instantiating



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