Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 13841 invoked from network); 11 Mar 2010 14:17:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 14:17:26 -0000 Received: (qmail 17453 invoked by uid 500); 11 Mar 2010 14:16:49 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 17394 invoked by uid 500); 11 Mar 2010 14:16:49 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 17351 invoked by uid 99); 11 Mar 2010 14:16:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 14:16:49 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mwessendorf@gmail.com designates 209.85.219.210 as permitted sender) Received: from [209.85.219.210] (HELO mail-ew0-f210.google.com) (209.85.219.210) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 14:16:43 +0000 Received: by ewy2 with SMTP id 2so28107ewy.0 for ; Thu, 11 Mar 2010 06:16:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=z77+kjOcTJKPS+QylijcWbw8TVTfLWcxJrHdSo2/lsk=; b=aPU2mmQYyHyrOcH0GbR4+Dk/7Lys8bjkF/BXl3HnkT757a+rUlDWL/39JQ1qf1R0ti CUxrZ6uWP2DG05lVewINnbKlkDr07omwHkA8XvxXmmxHrUaZCh0C6vhDtx/5uizfvZ8g BE3lZo6x4MFg622+PuvFFIthe3XS8EhALGUiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=QPy7Vnf7msmknVeWnV8wtDN0CSs2weFEDetOi0AFIF5Ta/ef49avZUa7S40NWHOCDy 80HRfnz0qs1V5EK8EKk6KI/0Q5+FP6luGQE3YaCbOpyX6wp5lxsGzxjXjTfmws6pHug/ Ubp3BE4LQ5eg94CtQXorH/iLlmE0d09VrEzS8= MIME-Version: 1.0 Sender: mwessendorf@gmail.com Received: by 10.213.68.129 with SMTP id v1mr6110850ebi.15.1268316983113; Thu, 11 Mar 2010 06:16:23 -0800 (PST) In-Reply-To: References: <5a99335f1003090428i295846eep4d49552bad1e1459@mail.gmail.com> <71235db41003090507g48754b15q9add673d7a3b133@mail.gmail.com> <5a99335f1003090819i26d8fcfdj4191b17f507989bd@mail.gmail.com> <5a99335f1003102349i63d18963g15bd36d0c88a2043@mail.gmail.com> <5a99335f1003102350k3c8e57dbj9502963fd8a45598@mail.gmail.com> Date: Thu, 11 Mar 2010 06:16:23 -0800 X-Google-Sender-Auth: e797a596a58b87e6 Message-ID: <71235db41003110616u47b6b29cu56303f62d85833e5@mail.gmail.com> Subject: Re: Google SoC From: Matthias Wessendorf To: MyFaces Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hey, nope, have not signed up to be the HTML5 RenderKit mentor. Any URL for that ? -M On Thu, Mar 11, 2010 at 6:05 AM, Jakob Korherr wr= ote: > Hi Martin, > > If it's ok with everyone, I would also like to be a mentor! > > Regards, > Jakob > > > 2010/3/11, Martin Marinschek : >> Based on the outcome of this discussion, I will add a few issues to >> our issue tracker which amount to these proposals. >> >> Matthias, did you already sign up to be a mentor? Did anyone else do >> so already? Who wants to mentor? >> >> best regards, >> >> Martin >> >> On 3/11/10, Martin Marinschek wrote: >>>> - Extend Orchestra use Conversations based on the JSF 2.0 custom scope >>>> API, Extend Orchestra to work with Spring Conversations, to do >>>> File->New Window Handling >>>> >>>> >>>> I was thinking based on a suggestion done on JSFDays to take advantage= on >>>> trinidad pageFlowScope code (like we did with flash scope on myfaces >>>> 2.0), >>>> and refactor that code to allow orchestra conversation scope work with= out >>>> spring (using the new JSF 2.0 custom scope). >>> >>>> =A0[Mario Ivankovits] Orchestra without Spring, that surely would be g= reat. >>>> One thing to keep in mind is that we need AOP or at least proxying to >>>> inject >>>> the current conversation into the bean. Not too complicated, though. >>> >>> ok, sure - this could be part of the project. >>> >>>> But what does this have to do with trinidad's pageFlowScope? >>> >>> If there is common utiltiy methods we can re-use (for example for >>> file-->new window detection in IE with JavaScript the generation of >>> this JavaScript), we can and should certainly reuse it. >>> >>>> If we leave the EntityManager thing out of line, we just need a JSF 2.= 0 >>>> scope impl and the proxying/interception stuff which is handled by Spr= ing >>>> currently. >>> >>> perfect - let's do a proposal for this. >>> >>> best regards, >>> >>> Martin >>> >> >> >> -- >> >> http://www.irian.at >> >> Your JSF powerhouse - >> JSF Consulting, Development and >> Courses in English and German >> >> Professional Support for Apache MyFaces >> > --=20 Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf