Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA0361010C for ; Tue, 9 Jul 2013 21:43:06 +0000 (UTC) Received: (qmail 63912 invoked by uid 500); 9 Jul 2013 21:43:06 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 63891 invoked by uid 500); 9 Jul 2013 21:43:06 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 63879 invoked by uid 99); 9 Jul 2013 21:43:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 21:43:06 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aharui@adobe.com designates 64.18.1.78 as permitted sender) Received: from [64.18.1.78] (HELO exprod6og127.obsmtp.com) (64.18.1.78) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jul 2013 21:42:57 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob127.postini.com ([64.18.5.12]) with SMTP ID DSNKUdyDy2weJVd1vDC+xQgRM8lgYoItC/Vx@postini.com; Tue, 09 Jul 2013 14:42:37 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r69LdCD8024010 for ; Tue, 9 Jul 2013 14:39:12 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r69LgZ6A014665 for ; Tue, 9 Jul 2013 14:42:35 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Tue, 9 Jul 2013 14:42:34 -0700 From: Alex Harui To: "dev@flex.apache.org" Date: Tue, 9 Jul 2013 14:42:31 -0700 Subject: [FlexJS][FalconJX] Generic Expression DataBinding Thread-Topic: [FlexJS][FalconJX] Generic Expression DataBinding Thread-Index: Ac587TjoCnIEocXMQGetFhkfeBaPpg== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.4.130416 acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_CE01D1D7CE35aharuiadobecom_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_CE01D1D7CE35aharuiadobecom_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Folks, I just checked in the changes required to get generic expression databindin= g to work. That means syntax like: foo=3D"{width + 10}" It is probably fragile, but the basic plumbing is there. I don't have any = plans to do function databinding or xml databinding at this time. Most fun= ction databinding can probably be re-written as an expression, and I have n= o clue how to do XML change notification on the JS side and I think most fo= lks will be using JSON over there anyway. I don't know how we'll do binding in JSON object trees either, but I'm open= to ideas. I think folks will have to use typed, bindable, data classes in= stead of JSON or XML if they want to bind directly to data object property = changes, but the list classes and renderers should still work as long as th= e collection sends an update event. We'll see as we add more functionality= in that area. As always, feedback, questions, and contributions welcome. -Alex --_000_CE01D1D7CE35aharuiadobecom_--