Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 B6366920D for ; Tue, 12 Jun 2012 20:13:37 +0000 (UTC) Received: (qmail 58833 invoked by uid 500); 12 Jun 2012 20:13:36 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 58802 invoked by uid 500); 12 Jun 2012 20:13:36 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 58794 invoked by uid 99); 12 Jun 2012 20:13:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 20:13:36 +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 gosmith@adobe.com designates 64.18.1.189 as permitted sender) Received: from [64.18.1.189] (HELO exprod6og105.obsmtp.com) (64.18.1.189) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2012 20:13:28 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob105.postini.com ([64.18.5.12]) with SMTP ID DSNKT9ei0tkiD+O/YfQBT7dXDHW0jB2gA117@postini.com; Tue, 12 Jun 2012 13:13:07 PDT Received: from inner-relay-1.corp.adobe.com (inner-relay-1.sea.adobe.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q5CKD4X9015066 for ; Tue, 12 Jun 2012 13:13:05 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q5CKD4vm002935 for ; Tue, 12 Jun 2012 13:13:04 -0700 (PDT) Received: from nambx05.corp.adobe.com ([10.8.189.124]) by nacas01.corp.adobe.com ([10.8.189.99]) with mapi; Tue, 12 Jun 2012 13:13:04 -0700 From: Gordon Smith To: "flex-dev@incubator.apache.org" Date: Tue, 12 Jun 2012 13:13:03 -0700 Subject: RE: Asset / i18n resource management improvements Thread-Topic: Asset / i18n resource management improvements Thread-Index: Ac1I1D2EqfrQjL49T2CcshpRQCBBcAAA2cHQ Message-ID: <149F8129B58B2D418508E63117D9C5419B17F637F6@nambx05.corp.adobe.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > only Strings. I always found it strange to have Embeds and ClassReference= s in .properties files. Nobody ever needs to localize an embedded image? - Gordon -----Original Message----- From: Dirk Eismann [mailto:bortsen@googlemail.com]=20 Sent: Tuesday, June 12, 2012 12:47 PM To: flex-dev@incubator.apache.org Subject: Re: Asset / i18n resource management improvements Hi Alex, > IMO, something like an "R" class should not be put into the compiler=20 > or the IDE. =A0The compiler should be as framework agnostic as possible. = =A0 > It is probably possible to create a set of classes that do what R does. maybe I misuderstand you here, but to get compile time code hinting in an I= DE and compile time checking for resource accesses, I wonder how something = like R should be generated then if not by the compiler? > How many of you use non-String resources? =A0A String-only resource=20 > system can be so much better optimized than what we have now. =A0I would= =20 > love to phase out the current ResourceManager subsystem and replace it=20 > with something much smaller and faster. only Strings. I always found it strange to have Embeds and ClassReferences = in .properties files. Dirk.