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/03/09 05:20:30 UTC

svn commit: r384423 - /jakarta/commons/sandbox/scxml/trunk/xdocs/faq.fml

Author: rahul
Date: Wed Mar  8 20:20:28 2006
New Revision: 384423

URL: http://svn.apache.org/viewcvs?rev=384423&view=rev
Log:
FAQ update.


Modified:
    jakarta/commons/sandbox/scxml/trunk/xdocs/faq.fml

Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/faq.fml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/faq.fml?rev=384423&r1=384422&r2=384423&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/faq.fml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/faq.fml Wed Mar  8 20:20:28 2006
@@ -32,6 +32,18 @@
    </answer>
   </faq>
 
+  <faq id="commons-scxml">
+   <question>
+    What is Commons SCXML?
+   </question>
+   <answer>
+    Commons SCXML is aimed at creating and maintaining an
+    open-source Java SCXML engine capable of executing
+    a state machine defined using a SCXML document, while abstracting
+    out the environment interfaces.
+   </answer>
+  </faq>
+
   <faq id="simple-example">
    <question>
     Do you have a simple example where Commons SCXML is used?
@@ -109,7 +121,9 @@
     machine described by your SCXML document. For example, you may
     attach zero, one or many SCXMLListeners to interesting "nodes" within
     the SCXML document, such as the document root i.e. the SCXML object,
-    and/or particular State and Transition objects as well.
+    and/or particular State and Transition objects as well. See the
+    <a href="guide/core-engine.html">SCXMLExecutor section of the
+    user guide</a> for more.
    </answer>
   </faq>
 



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