Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 77824 invoked from network); 12 Feb 2008 11:21:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 11:21:35 -0000 Received: (qmail 54865 invoked by uid 500); 12 Feb 2008 11:21:27 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 54408 invoked by uid 500); 12 Feb 2008 11:21:26 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 54399 invoked by uid 99); 12 Feb 2008 11:21:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 03:21:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 11:20:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A89E714066 for ; Tue, 12 Feb 2008 03:21:09 -0800 (PST) Message-ID: <17975622.1202815269170.JavaMail.jira@brutus> Date: Tue, 12 Feb 2008 03:21:09 -0800 (PST) From: "Tony Seebregts (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (SCXML-68) Javascript expression evaluator In-Reply-To: <14483810.1202814908124.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SCXML-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Seebregts updated SCXML-68: -------------------------------- Attachment: org.apache.commons.scxml.env.javascript.zip Preliminary implementation of a Javascript expression evaluator, implemented as a wrapper around the Javascript engine in Java 6. Does not yet include test cases or support for E4X but does support the Data() function as per the JEXL expression evaluator. > Javascript expression evaluator > ------------------------------- > > Key: SCXML-68 > URL: https://issues.apache.org/jira/browse/SCXML-68 > Project: Commons SCXML > Issue Type: Improvement > Affects Versions: 0.7 > Reporter: Tony Seebregts > Priority: Minor > Attachments: org.apache.commons.scxml.env.javascript.zip > > > A Javascript expression evaluator for SCXML expression offers some functionality not supported by the sample JEXL expression evaluator included in the SCXML project - and is easily implemented as a wrapper around the Javascript engine included in the Java 6 JDK. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.