Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 2801 invoked from network); 12 Feb 2008 07:41:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 07:41:12 -0000 Received: (qmail 31387 invoked by uid 500); 12 Feb 2008 07:41:01 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 31342 invoked by uid 500); 12 Feb 2008 07:41:01 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 31333 invoked by uid 99); 12 Feb 2008 07:41:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 23:41:01 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rahul.akolkar@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 07:40:30 +0000 Received: by fg-out-1718.google.com with SMTP id 22so4400586fge.24 for ; Mon, 11 Feb 2008 23:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=e38An+4i7cio265oYPAQBBnLMXmYTJyhCfNHDl2kDT0=; b=FcOBnSvBezOqv4ja6qVLgfjTAcuLkelNQqftzlEmh1bvBQYkot51GblYWIfmYBgemI7sjUxlSUcEepXgPmA8m+YeSJktIclKc0HGWeM585BWiBcwQG0Nlv/vdumMhH/xx72C2tmzqOKzg8rMzjvz6cQIeOJNgFT78NccVBCfkTE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MUt6Yrn8GWagEvBitypjewZc1e6MFs3DiYjs2P4WMETmTnQfS1c9Vbyi60BsNytMAiPXQTnuXuRJv5XxJK2dDKs5G+22NLrGmdS5fi+tqihXtEUiNSyz9Fc1vDNlYM2guLTjE7VdszkPdu2KrL+JwMLNlcrevc8xuIQAWoL07KQ= Received: by 10.82.112.3 with SMTP id k3mr1838509buc.15.1202802037431; Mon, 11 Feb 2008 23:40:37 -0800 (PST) Received: by 10.82.140.18 with HTTP; Mon, 11 Feb 2008 23:40:37 -0800 (PST) Message-ID: Date: Tue, 12 Feb 2008 02:40:37 -0500 From: "Rahul Akolkar" To: "Jakarta Commons Users List" Subject: Re: SCXML Javascript expression evaluator In-Reply-To: <47B04CBE.3010800@iveri.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47B04CBE.3010800@iveri.com> X-Virus-Checked: Checked by ClamAV on apache.org On 2/11/08, Tony Seebregts wrote: > Hi, > > In case its of any interest/use to somebody - I needed a Javascript > expression evaluator for SCXML and couldn't find one so have implemented > a (very) thin wrapper around the Javascript engine in Java 6 (which is > based on Mozilla Rhino 1.6.2 afaik). > IIRC, atleast a couple of people have asked about this here. This is clearly useful, and if you'd like to contribute what you have, please open a ticket in JIRA and attach it there, so we can take a look -- some notes on the issue tracker for Commons SCXML are here: http://commons.apache.org/scxml/issue-tracking.html Thanks, -Rahul > regards > > Tony Seebregts > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org