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 05FC5E686 for ; Mon, 21 Jan 2013 14:53:11 +0000 (UTC) Received: (qmail 72495 invoked by uid 500); 21 Jan 2013 14:53:09 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 72444 invoked by uid 500); 21 Jan 2013 14:53:09 -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 72359 invoked by uid 500); 21 Jan 2013 14:53:09 -0000 Delivered-To: apmail-incubator-flex-dev@incubator.apache.org Received: (qmail 72013 invoked by uid 99); 21 Jan 2013 14:53:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 14:53:09 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aharui@adobe.com designates 64.18.1.187 as permitted sender) Received: from [64.18.1.187] (HELO exprod6og104.obsmtp.com) (64.18.1.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2013 14:53:01 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob104.postini.com ([64.18.5.12]) with SMTP ID DSNKUP1WOGT00B5mHy2iWUCbn/qYB5k3i13T@postini.com; Mon, 21 Jan 2013 06:52:40 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r0LEnd1v009528; Mon, 21 Jan 2013 06:49:39 -0800 (PST) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id r0LEqbXL016547; Mon, 21 Jan 2013 06:52:38 -0800 (PST) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Mon, 21 Jan 2013 06:52:37 -0800 From: Alex Harui To: "dev@flex.apache.org" , "flex-dev@incubator.apache.org" Date: Mon, 21 Jan 2013 06:52:34 -0800 Subject: Re: [FalconJx] Compiling i18n properties / ResourceBundles Thread-Topic: [FalconJx] Compiling i18n properties / ResourceBundles Thread-Index: Ac33rlElwaZY48wLQgKHeaXh4tD0TAAOKD37 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.13.0.120411 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 1/21/13 12:01 AM, "Frank Wienberg" wrote: > Besides ActionScript and MXML, there is a third source file format for > which mxmlc can produce code: properties files. > Thus, for FalconJx, like for MXML, we have to decide which way to go: eit= her >=20 > 1. let Falcon generate the temporary ActionScript class and compile th= at > to JavaScript, or > 2. produce JavaScript code or maybe even data (JSON?) directly from th= e > properties file. Sorry, I didn't read the whole email, but I believe there is a 3rd option (and more) 3. Don't reduce string-only properties files to the current class structure= , just take them in as a string and parse them in the framework. How often d= o folks actually use binary resources? --=20 Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui