Return-Path: Delivered-To: apmail-incubator-esme-dev-archive@minotaur.apache.org Received: (qmail 87994 invoked from network); 8 Sep 2010 13:20:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 13:20:40 -0000 Received: (qmail 62105 invoked by uid 500); 8 Sep 2010 13:20:40 -0000 Delivered-To: apmail-incubator-esme-dev-archive@incubator.apache.org Received: (qmail 61542 invoked by uid 500); 8 Sep 2010 13:20:38 -0000 Mailing-List: contact esme-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: esme-dev@incubator.apache.org Delivered-To: mailing list esme-dev@incubator.apache.org Received: (qmail 61533 invoked by uid 99); 8 Sep 2010 13:20:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 13:20:37 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hirsch.dick@gmail.com designates 209.85.215.175 as permitted sender) Received: from [209.85.215.175] (HELO mail-ey0-f175.google.com) (209.85.215.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 13:20:32 +0000 Received: by eyb7 with SMTP id 7so18323eyb.6 for ; Wed, 08 Sep 2010 06:20:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=KrTHaUnmAruaVqYtPOTE8w10neo2ZcQHDmIHpUHSnVA=; b=cck2XKWFwXARdR8wOsHUPmyZXQhMu2SESx6MAJXYl/QLs6XGNfkE5ZZOAx6bgLLMzE no0v+IyEmR9d/dVl81W1qy/RQIDwLO8Gpb/RHy0ibYvFQ3tGt2VkEIHvnUwG3UBxQJAd uFvuG939CPdSvOUbB4484ZRWtr0nk65P0IMXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gA+EUby78dX6Tb/qUNZvlM/cW2D3dpAuqyao+hf+VBBe58Y7EMCYERRMWKqaHYssIQ ey5cjlRhG2utwwHICMniuN9Yw6zkgNqq5YRWvSH70UebY0ppcoFElDv4jcvVCBLv5C3b qF1AhondBitbnbKTghQ8a+RZl4wMsXGjUvdVo= MIME-Version: 1.0 Received: by 10.14.48.9 with SMTP id u9mr242142eeb.1.1283952011009; Wed, 08 Sep 2010 06:20:11 -0700 (PDT) Received: by 10.14.48.72 with HTTP; Wed, 8 Sep 2010 06:20:10 -0700 (PDT) In-Reply-To: References: Date: Wed, 8 Sep 2010 15:20:10 +0200 Message-ID: Subject: Re: Filters / actions From: Richard Hirsch To: esme-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Sep 8, 2010 at 2:15 PM, Ethan Jewett wrote: > On Wed, Sep 8, 2010 at 1:57 PM, Richard Hirsch wrote: >> On Wed, Sep 8, 2010 at 1:02 PM, Ethan Jewett wrote: > >>> 1. A wizard-based UI for setting up actions (we can keep the >>> expert-mode, but I think we need a guided way to set these up) >> >> lift has a new wizard framework - maybe we should take a look at that > > My thoughts exactly :-) > >> There are also some things missing that Ray mentions (like location.) >> I've been thinking about have an action test that looks at a message >> meta-data - we could probably cover a lot with that - I don't exactly >> what sort of syntax would be necessary (XPath?) > > Regarding location, my preference would be to canonicalize the way > that ESME stores location data in the metadata. We could just do it in > the web client and document it, basically saying, "If you want to > store location data in a way that ESME knows about, do it this way, > and if you want to store it some other way in the metadata, that's > fine too." look at the twitter annotations for 'place' for a good foundation : http://dev.twitter.com/pages/annotations_overview > > Regarding actions that filter arbitrarily based on metadata, the > metadata isn't necessarily XML so XPath would be of limited use. In > the discussion a couple months ago we stopped short of deciding on the > structure of the metadata, so it is hard to say how we would allow > filtering it. It's probably a discussion we should finish first, > before deciding on location or filtering. Agreed > > Ethan >