Return-Path: X-Original-To: apmail-incubator-deltaspike-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltaspike-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6AF4DDFC4 for ; Mon, 17 Dec 2012 12:21:36 +0000 (UTC) Received: (qmail 94659 invoked by uid 500); 17 Dec 2012 12:21:36 -0000 Delivered-To: apmail-incubator-deltaspike-dev-archive@incubator.apache.org Received: (qmail 94067 invoked by uid 500); 17 Dec 2012 12:21:35 -0000 Mailing-List: contact deltaspike-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltaspike-dev@incubator.apache.org Delivered-To: mailing list deltaspike-dev@incubator.apache.org Received: (qmail 93578 invoked by uid 99); 17 Dec 2012 12:21:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 12:21:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andraschko.thomas@gmail.com designates 209.85.215.47 as permitted sender) Received: from [209.85.215.47] (HELO mail-la0-f47.google.com) (209.85.215.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 12:21:27 +0000 Received: by mail-la0-f47.google.com with SMTP id u2so4540927lag.6 for ; Mon, 17 Dec 2012 04:21:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=088SHYGHm/bj96ON9lSPqkx3ATLoFjobgkxsQMAAGY8=; b=Q5ym7ya4c+DkAlGPKAm4h0Ie+MDSTQSrU0fCwmAIMmkkIwMaxcIkAhKW2/wxbmtO7Z Wb+h1ml9q4CuaN94thQQ4L24b+dbnxTTizu0qXbBDQVasFdqL+MzYv6N+jlqv3S6LS/a Pk0ldWbOrsoVOKzsVhnR180AAhpixhBmPi5H8uWUPA0ZAw+JWgrmLNDtUqSyhmVLirCb WmD3nHwcVvbiiSKlKTZr/yYPlBydaJkNQdkI2W9YrfuXmCW/vS3c1sEbJyusdffLVdzk 5F+601cZlADSu9KR8nDAYDCQEQ32W99+IJRvqhl1A/vkvENe0VlZS0oyTgp/PlIxtu05 SRuQ== MIME-Version: 1.0 Received: by 10.112.85.35 with SMTP id e3mr5454882lbz.106.1355746865854; Mon, 17 Dec 2012 04:21:05 -0800 (PST) Received: by 10.152.120.101 with HTTP; Mon, 17 Dec 2012 04:21:05 -0800 (PST) In-Reply-To: <5E0AA982-B6CC-4210-8BF8-130B5293FB7E@redhat.com> References: <5E0AA982-B6CC-4210-8BF8-130B5293FB7E@redhat.com> Date: Mon, 17 Dec 2012 13:21:05 +0100 Message-ID: Subject: Re: DeltaSpike Roadmap From: Thomas Andraschko To: deltaspike-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=bcaec555557c583a6f04d10b6a52 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec555557c583a6f04d10b6a52 Content-Type: text/plain; charset=ISO-8859-1 Hi, all right, thanks gerhard. So should i just create jira's and attach patches? Shoudln't we discuss the features first? To start with BV constraints, i could do @Email, @EqualsExpression and @NotEqualsExpression. The problem here is that @EqualsExpression (and @NotEqualsExpression) currently only works with JSF, as i receive the ExpressionFactory via FacesContext. Another useful thing i used in some project is setting the HTTP cache headers via ViewMetaData and a PhaseListener. Or switching client-side/server-side stating via ViewMetaData ( http://tandraschko.blogspot.de/2012/12/dynamical-switching-of-jsf-state-saving.html), but this does currently only work with MyFaces. Don't know if this is useful for other users, too. Regards, Thomas --bcaec555557c583a6f04d10b6a52--