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 1CD339314 for ; Tue, 31 Jul 2012 23:56:21 +0000 (UTC) Received: (qmail 73208 invoked by uid 500); 31 Jul 2012 23:56:20 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 73172 invoked by uid 500); 31 Jul 2012 23:56:20 -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 73161 invoked by uid 99); 31 Jul 2012 23:56:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 23:56:20 +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.208 as permitted sender) Received: from [64.18.1.208] (HELO exprod6og107.obsmtp.com) (64.18.1.208) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 23:56:12 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob107.postini.com ([64.18.5.12]) with SMTP ID DSNKUBhwiKP4eAC63f1GvKps/M+h0YhUPoHV@postini.com; Tue, 31 Jul 2012 16:55:52 PDT 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 q6VNrOk0027952 for ; Tue, 31 Jul 2012 16:53:24 -0700 (PDT) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q6VNtnYr021045 for ; Tue, 31 Jul 2012 16:55:49 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nacas03.corp.adobe.com (10.8.189.121) with Microsoft SMTP Server (TLS) id 8.3.264.0; Tue, 31 Jul 2012 16:55:48 -0700 Received: from nambx05.corp.adobe.com ([10.8.189.124]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%12]) with mapi; Tue, 31 Jul 2012 16:55:48 -0700 From: Gordon Smith To: "flex-dev@incubator.apache.org" Date: Tue, 31 Jul 2012 16:55:47 -0700 Subject: RE: What namespace should new components go in? Thread-Topic: What namespace should new components go in? Thread-Index: Ac1vbaPk0TOxr+mVTpuG+fJI7kqkSQACeRtA Message-ID: <149F8129B58B2D418508E63117D9C5419B3A441874@nambx05.corp.adobe.com> References: <149F8129B58B2D418508E63117D9C5419B3A441664@nambx05.corp.adobe.com> <31BD0703-3B21-4954-B410-B07C100FA68A@classsoftware.com> In-Reply-To: <31BD0703-3B21-4954-B410-B07C100FA68A@classsoftware.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 I think (but I'm not 100% sure about this) that the "library:" is just a co= nvention for a namespace associated with a SWC. But this convention allows = the sole "http:" namespace to stand out as the language namespace that indi= cates the use of MXML 2006 vs. MXML 2009, which I think is nice. In general, XML namespaces are not expected to map to web pages. - Gordon -----Original Message----- From: Justin Mclean [mailto:justinmclean@gmail.com] On Behalf Of Justin Mcl= ean Sent: Tuesday, July 31, 2012 3:41 PM To: flex-dev@incubator.apache.org Subject: Re: What namespace should new components go in? HI, > http://ns.adobe.com/mxml/2009 -> http://ns.apache.com/mxml/2012=20 > library://ns.adobe.com/flex/spark ->=20 > library://ns.apache.com/flex/spark > library://ns.adobe.com/flex/mx -> library://ns.apache.com/flex/mx Probably better to use "flex.apache.com/ns" rather than "ns.apache.com" as= once we incubate we'll have access to "flex.apache.com" but not "apache.co= m". While not essential I think it nice if the URIs map to real web page. I assume it would be possible to have both namespaces coexisting for a whil= e as it's just a mapping between uri's and manifest files in flex-config.xm= l. BTW any reason the newer namespace have "library:" rather than "http:"? Thanks, Justin