Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 70659 invoked from network); 7 Feb 2003 21:31:17 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 7 Feb 2003 21:31:17 -0000 Received: (qmail 18608 invoked by uid 97); 7 Feb 2003 21:32:52 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 18600 invoked from network); 7 Feb 2003 21:32:51 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 7 Feb 2003 21:32:51 -0000 Received: (qmail 69658 invoked by uid 500); 7 Feb 2003 21:31:05 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 69590 invoked from network); 7 Feb 2003 21:31:02 -0000 Received: from umbongo.flamefew.net (64.253.103.114) by daedalus.apache.org with SMTP; 7 Feb 2003 21:31:02 -0000 Received: by umbongo.flamefew.net (Postfix on Linux (i386), from userid 500) id BE0B73A2482; Fri, 7 Feb 2003 16:31:06 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by umbongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id B45FB296E84 for ; Fri, 7 Feb 2003 16:31:06 -0500 (EST) Date: Fri, 7 Feb 2003 16:31:06 -0500 (EST) From: Henri Yandell X-X-Sender: To: Jakarta Commons Developers List Subject: RE: [EL] instanceof In-Reply-To: <000001c2ceef$b967fa20$7629f80c@tobrien> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 7 Feb 2003, O'brien, Tim wrote: > > I imagine EL will not be able to implement it until it is in > > the JSP 2.0 specification as, as far as I know, commons-el is > > the EL component of the JSP 2.0 spec. > > > > But I could be utterly wrong :) > > I understand that it is dependent on a JCP developed spec, was just > wondering if ASF could (or even wanted to) provide functionality outside of > the specification - EL is a part of the JSTL spec - JSR-052 and a port of > the JSR-152. > > Seems like the commons at ASF is full of packages that frequently extend the > functionality of the existing frameworks - beanutils and collections. I'm > just curious as to the direction of commons-el. If JSR-152 Section JSP.2.4 > tells developers not to use "instanceof", it seems like it would be harmless > to implement this as a BinaryOperator Worth asking, possibly to the Tomcat-dev list. The difference between collections/beanutils and commons-el is that commons-el is the Reference Implementation, and I think the view is that it should do no more and no less than the specification itself. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org