From user-return-20300-apmail-commons-user-archive=commons.apache.org@commons.apache.org Sun Dec 09 17:00:41 2007 Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 9461 invoked from network); 9 Dec 2007 17:00:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2007 17:00:40 -0000 Received: (qmail 81641 invoked by uid 500); 9 Dec 2007 17:00:24 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 81311 invoked by uid 500); 9 Dec 2007 17:00:22 -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 81302 invoked by uid 99); 9 Dec 2007 17:00:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 09:00:22 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjcu-commons-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Dec 2007 17:00:01 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1J1PQl-0008RV-KO for user@commons.apache.org; Sun, 09 Dec 2007 16:55:03 +0000 Received: from 58.18.202.62.fix.bluewin.ch ([62.202.18.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Dec 2007 16:55:03 +0000 Received: from etaroza by 58.18.202.62.fix.bluewin.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Dec 2007 16:55:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: user@commons.apache.org From: Evaldas Taroza Subject: [jelly] certain way to evaluate a document (usecase) Date: Sun, 09 Dec 2007 17:16:07 +0100 Organization: Optaros Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 58.18.202.62.fix.bluewin.ch User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a very specific usecase to program. Specifically, I need to be able to execute the tags in a certain order. For instance, I should be able to say that this tag is executing after another, others can execute in parallel etc. So I am considering Jelly as already implementing the execution of the tags but what about the ordering? In what order are the tags executed now? Is it at all feasible to use Jelly for such a usecase or I will end up implementing a completely new Jelly script evaluation engine? Evaldas --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org