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 58A66D2D5 for ; Wed, 3 Oct 2012 12:02:57 +0000 (UTC) Received: (qmail 85015 invoked by uid 500); 3 Oct 2012 12:02:56 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 84325 invoked by uid 500); 3 Oct 2012 12:02:51 -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 84293 invoked by uid 99); 3 Oct 2012 12:02:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 12:02:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 12:02:43 +0000 Received: by vcqp1 with SMTP id p1so8183722vcq.6 for ; Wed, 03 Oct 2012 05:02:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=FbvPXIKGnCJjUFzPeexzc2IgVASVAyPG3yOaYqr19no=; b=i5v0/DykEAzu3DlyRvTaZatTcb+LSbB5VLJZ1KAZlVLyXaEyiyilwak5TTZaYamr2z y5S6Kk8WnpjKFGqmJGKQLhDgGKF26VCm/XkwyStbwGg6Y/Qh3D82J3TjpqWKZiPl2mE8 f92cSEN7Hm0W4Fw5UhdQAtDHV4Gj1OFvFCZJlqwucFIqbmGTkaBB7wlM0SfcDVlurzpC 1M10nxvWxy2GdOggohs/FGYqUMg9UUz1J5V4z/jD96h1loYcvX+BZiK50rgVwqzVcT3H dqvkSxM+TCSvkaT9xAWJq6OG0Pt9X9x5rjxpnHg+kA0ZauPEuFAEcBs1DL6+SFGcJhy+ r2wg== MIME-Version: 1.0 Received: by 10.52.99.234 with SMTP id et10mr818670vdb.18.1349265741966; Wed, 03 Oct 2012 05:02:21 -0700 (PDT) Received: by 10.58.239.164 with HTTP; Wed, 3 Oct 2012 05:02:21 -0700 (PDT) In-Reply-To: <20121003073325.444259g018i2akxx@www.teotigraphix.com> References: <20121002175148.69262ufd283qi5f8@www.teotigraphix.com> <20121003060433.157475mnqih04skx@www.teotigraphix.com> <20121003063557.18354mrc9ai9mrd9@www.teotigraphix.com> <20121003073325.444259g018i2akxx@www.teotigraphix.com> Date: Wed, 3 Oct 2012 14:02:21 +0200 Message-ID: Subject: Re: Design View AIR App (Was: Re: Apache Flex GUI Designer tools) From: Roland Zwaga To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf307f37b441ee0d04cb2669e3 X-Gm-Message-State: ALoCoQn4owa1mnswF+n98Z19mlO2Wx3JQgWeVcbhfYagD4J3nEP+9KmPexaLvLpYJJTWofwvAxQZ X-Virus-Checked: Checked by ClamAV on apache.org --20cf307f37b441ee0d04cb2669e3 Content-Type: text/plain; charset=ISO-8859-1 > > - Eclipse Parses AS plugin source code > - FlashPlayer loads parsed XML AST Tree > - FlashPlayer interprets the AST using a DOM > - FlashPlayer then inspects the DOM for mapped implementations of the > Eclipse Plugin API > - FlashPlayer then sends commands back to Eclipse's Java API > - Eclipse Java then executes the mapped message from FlashPlayer > > Does this make sense? > > It does, kind of ;) I'll have to take a closer look myself, but on some level I follow, kinda ;) --20cf307f37b441ee0d04cb2669e3--