Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 13949 invoked from network); 7 Nov 2007 21:44:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 21:44:10 -0000 Received: (qmail 34857 invoked by uid 500); 7 Nov 2007 21:43:58 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 34250 invoked by uid 500); 7 Nov 2007 21:43:56 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 34239 invoked by uid 99); 7 Nov 2007 21:43:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 13:43:56 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of schneidh@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 21:43:58 +0000 Received: by nf-out-0910.google.com with SMTP id b21so1683975nfd for ; Wed, 07 Nov 2007 13:43:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=VOLl26n0DTSLEn8QGzrHrMN3poa2N5sxWnKg/N3loho=; b=OaJEViieO05gs2mCn7tZwWYCDbQkVcDBGr6mRQV724eH6ZwnXA0C1cZDitFMLvMsvPTelYy1qPBdNYwDAm5CVia4lJxdSNUe159fJaC9tuZt1HJ8P65XFr2xeP0+kzh2er8PUzZhI5Eks+bF3ab40KmI0TnmUHfIjQjK7OUtnz4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UpItZco3CPHVVt4YYNahhb9oUAZheN2bV0Gu9gvvthMhRQcVck1SKHd3MsKcoKsQSzOEIZ3rDAN7ch3iQavciH4HabaU5rp2xVC2cfD7yPf3rMu0WswK7PqBzZnALWthwfkipusPA3J1tCEuAaBQptT4JIkrJq0Uteml1ycnKgE= Received: by 10.86.78.4 with SMTP id a4mr5612190fgb.1194471816791; Wed, 07 Nov 2007 13:43:36 -0800 (PST) Received: by 10.86.35.17 with HTTP; Wed, 7 Nov 2007 13:43:32 -0800 (PST) Message-ID: Date: Wed, 7 Nov 2007 15:43:32 -0600 From: "Tom Schneider" To: "Struts Developers List" Subject: Re: [s2] extras-lib (was JUEL plugin (was Roadmap for the core taglib)) In-Reply-To: <13635524.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8b3ce3790711050516p26d01607g45b38554a069e495@mail.gmail.com> <4730C1F8.5080701@fdar.com> <42db7f0a0711061141u3bd3c50as6b414f625bcdbbf0@mail.gmail.com> <4730C7CD.9040909@fdar.com> <8b3ce3790711061237u5b781483obf8538f205108b4e@mail.gmail.com> <4731D5E8.7090907@fdar.com> <13635524.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Well, Richard Burton is supposed to be working on an MVEL value stack, so hopefully we'll be able to pit them all against each other. :) Tom On 11/7/07, Chris Brock wrote: > > For the record, I still maintain that it's better :) > > > Tom Schneider wrote: > > > > Putting down my work would only motivate me more. :) That's exactly > > how this was started back in February--Chris Brock was bragging about > > how superior MVEL was and how slow OGNL was. Well, we'll show him! > > Tom > > > > On 11/7/07, Ian Roughley wrote: > >> It's great that Tom is doing this work, and it wasn't my intent to put > >> down the effort. I guess I was just trying to preempt given some of the > >> OGNL threads. > >> > >> /Ian > >> > >> Tom Schneider wrote: > >> > LOL, I didn't know my efforts were going to cause such a raucous. :) > >> > > >> > Ted is correct--I started this on Saturday on a whim. At this point > >> > it is completely experimental--we have a long ways to go before it is > >> > even close to usable. However, I was able to execute a simple > >> > expression using my value stack, which for me, was a worthwhile > >> > accomplishment. I didn't want Don's work to abstract away the value > >> > stack to be completely wasted, we needed at least one other value > >> > stack implementation to truly test his changes. Don did good work, > >> > but there is still a lot of OGNLisms that have crept into the code > >> > over time. It would be nice to find and eliminate these > >> > > >> > Ian brings up a good point in that we'll have to decide how to handle > >> > some things like I18N/type conversion/method invocation. Not all EL's > >> > are created equal and OGNL probably is a little more flexible and > >> > powerful than most. Then even if we get all that working, what's the > >> > migration strategy? > >> > Tom > >> > > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > >> For additional commands, e-mail: dev-help@struts.apache.org > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > > For additional commands, e-mail: dev-help@struts.apache.org > > > > > > > > -- > View this message in context: http://www.nabble.com/-s2--extras-lib-%28was-JUEL-plugin-%28was-Roadmap-for-the-core-taglib%29%29-tf4751589.html#a13635524 > Sent from the Struts - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org