Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 23827 invoked from network); 5 Jul 2005 20:26:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2005 20:26:25 -0000 Received: (qmail 87590 invoked by uid 500); 5 Jul 2005 20:26:15 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 87465 invoked by uid 500); 5 Jul 2005 20:26:15 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 87388 invoked by uid 99); 5 Jul 2005 20:26:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 13:26:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.236.240.147] (HELO smtpgw2.turner.com) (64.236.240.147) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2005 13:26:14 -0700 Received: from cnncimss01.turner.com (CNNCIMSS01.turner.com [10.188.169.201]) by smtpgw2.turner.com (8.12.10/8.12.11) with ESMTP id j65KQAWO025260 for ; Tue, 5 Jul 2005 16:26:10 -0400 (EDT) Received: from ATLBH01.turner.com ([10.188.157.231]) by cnncimss01.turner.com with InterScan Messaging Security Suite; Tue, 05 Jul 2005 16:26:37 -0400 Received: from ATLMSG21.turner.com ([10.189.144.150]) by ATLBH01.turner.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 5 Jul 2005 16:26:09 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Expressions, Collections, Filtering oh my.. Date: Tue, 5 Jul 2005 16:26:08 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Expressions, Collections, Filtering oh my.. Thread-Index: AcWBnHbM1uOp2Tj8TNWt4LUuVQODGgAAz6UQ From: "Bernard, Shawn" To: "Jakarta Commons Users List" X-OriginalArrivalTime: 05 Jul 2005 20:26:09.0070 (UTC) FILETIME=[C72374E0:01C5819F] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N JXPath allows you to write XPath expressions and run them against a = Collection. -Shawn -----Original Message----- From: Poppe, Troy [mailto:Troy.Poppe@eia.doe.gov] Sent: Tuesday, July 05, 2005 4:02 PM To: 'commons-user@jakarta.apache.org' Subject: Expressions, Collections, Filtering oh my.. I've got a collection of a JavaBeans, it could be a plain-old-Java = collection or a Commons-Collection... Not really a concern... I'm trying to find a way to provide the ability to write a JEXL-like = expression that would be applied against the collection of JavaBeans, and be able = to retrieve all of the JavaBeans that match that JEXL-like expression. So far, looking at JEXL, it looks like it requires a JexlContext, but I = don't see or know how I would adapt my JavaBean properties to this. Is there an out-of-the-binary way of filtering through my JavaBeans, and = giving me access to those that match some expression? Thanks. Troy --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org