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/01/11 20:18:56 UTC

svn commit: r368102 - /jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/core-digester.xml

Author: rahul
Date: Wed Jan 11 11:18:54 2006
New Revision: 368102

URL: http://svn.apache.org/viewcvs?rev=368102&view=rev
Log:
Now we have JEXL too.

Modified:
    jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/core-digester.xml

Modified: jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/core-digester.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/core-digester.xml?rev=368102&r1=368101&r2=368102&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/core-digester.xml (original)
+++ jakarta/commons/sandbox/scxml/trunk/xdocs/api-notes/core-digester.xml Wed Jan 11 11:18:54 2006
@@ -68,9 +68,12 @@
      attributes of <code>State</code> SCXML elements.</p>
 
      <p>Commons SCXML provides convenience implementations of most of the
-     interfaces such as <code>Context</code>, <code>ErrorHandler</code>,
-     and an implementation of <code>Evaluator</code> for the JSP 2.0 EL,
-     that uses Commons EL.</p>
+     interfaces such as <code>ErrorHandler</code>. The SCXML specification
+     allows implementations to support multiple expression languages so SCXML
+     documents can be used in varying environments. The <code>Context</code>
+     and <code>Evaluator</code> interfaces serve as adapters to the
+     particular expression language APIs. Commons SCXML currently supports
+     JEXL and JSP 2.0 EL expressions.</p>
 
      <p>The SCXMLDigester exposes another convenience method which can handle
      a SCXML document specified using its &quot;real path&quot; on the local



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