Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 3240 invoked from network); 18 Aug 2004 18:49:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Aug 2004 18:49:05 -0000 Received: (qmail 67247 invoked by uid 500); 18 Aug 2004 18:48:49 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 67046 invoked by uid 500); 18 Aug 2004 18:48:46 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 66955 invoked by uid 99); 18 Aug 2004 18:48:44 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.137.167.162] (HELO filter.fridayfives.net) (209.137.167.162) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 18 Aug 2004 11:48:40 -0700 Received: by filter.fridayfives.net (Postfix, from userid 5054) id 0A7DE6FC87; Wed, 18 Aug 2004 13:37:05 -0400 (EDT) Received: from freki (freki [127.0.0.1]) by freki (Postfix) with SMTP id 7DC476FC8A for ; Wed, 18 Aug 2004 13:37:00 -0400 (EDT) Received: from [192.168.1.30] (kite.forthill.int [192.168.1.30]) by filter.fridayfives.net (Postfix) with ESMTP id 54AA06FC89 for ; Wed, 18 Aug 2004 13:37:00 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <5E091A68F794974CAF431CA31F5AF2CC11E95F@server.bizzdesign.nl> References: <5E091A68F794974CAF431CA31F5AF2CC11E95F@server.bizzdesign.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <33564727-F147-11D8-9535-000A95782782@forthillcompany.com> Content-Transfer-Encoding: 7bit From: Brian McCallister Subject: Re: Javaflow status Date: Wed, 18 Aug 2004 14:48:31 -0400 To: dev@cocoon.apache.org X-Mailer: Apple Mail (2.619) X-Spam-Bayes-Score: 0.0000 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on freki X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Most people seem to be using ASM instead of BCEL anymore, since it is ASL now. -Brian On Aug 18, 2004, at 10:48 AM, Bart Molenkamp wrote: > I also want to use Javaflow, but I think it's still a bit unstable, due > to the BCEL libraries that are used (I guess). Just wondering, isn't > there something else that can be used instead of BCEL? > > Another option you can use is Apples (see the samples). This seems to > work very stable, but coding the flow is a little bit harder (IMO), > since it cannot do a "sendPageAndWait()", but only a sendPage(), and > after sending a page the process() cycle must return (I think that > sendPage only sets the URL, which will be processed later by the apples > interpreter). You can use the state design pattern to write your apples > (see the woody/forms binding sample in particular). > > Bart. > > -----Original Message----- > From: Ralph Goers [mailto:Ralph.Goers@dslextreme.com] > Sent: Wednesday, August 18, 2004 4:40 PM > To: dev@cocoon.apache.org > Subject: Javaflow status > > I've looked through recent emails to try to determine what the status > of > Javaflow is. I've seen one issue that doesn't appear to be closed. > I'm > wondering how stable this is as compared to the javascript version of > flow. > > Due to the problems with using Rhino in weblogic we are seriously > considering using javaflow instead, but I'd like to know what, if any, > limitations there will be. > > Thanks, > Ralph > > > >