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 04520E19F for ; Mon, 17 Dec 2012 15:57:29 +0000 (UTC) Received: (qmail 71995 invoked by uid 500); 17 Dec 2012 15:57:27 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 71889 invoked by uid 500); 17 Dec 2012 15:57:27 -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 71392 invoked by uid 99); 17 Dec 2012 15:57:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:57:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jonbcampos@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2012 15:57:10 +0000 Received: by mail-ob0-f175.google.com with SMTP id vb8so5748325obc.6 for ; Mon, 17 Dec 2012 07:56:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=0bJ8QWCSjSarb4BJF1f5sHWQ1wjbcxnAXNt9IGo0aro=; b=STixrkYCFR/LINOQl/v2sCesbNMZp8RCbtLxkfDv6QOhGMxVcdMBIFGdfx6O6eMLZi Bctke4dcr5GtzxBmpnjDtRtE6j+YxiKhBDJp394QHF8Hmb1F9gLJ+sbtI4DFXw8pwYH+ nRgyRRLS6W4s8FRIbUNI+NWruIGRSKsLr+EmuTqmsb/pOZQONqdB0AOnAylg8urOkJNy f2r7yxiz2DwiTfD8W3rTfUsxhgOFKfrvUm7+cEwUhjcpncadJaWqN6S+p8hGx/l+4AGj 4IjW9uYHpb0ndQgCwB6J+pjIuaOF9Rgkt/G13dTavLMwDftD69UftnobBirVXiCxm8pE udGA== Received: by 10.60.11.130 with SMTP id q2mr11807177oeb.141.1355759809972; Mon, 17 Dec 2012 07:56:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.60.70.227 with HTTP; Mon, 17 Dec 2012 07:56:29 -0800 (PST) In-Reply-To: <71063F7D4C254EC0BDA8D43D778CA63C@SteviePC> References: <71063F7D4C254EC0BDA8D43D778CA63C@SteviePC> From: Jonathan Campos Date: Mon, 17 Dec 2012 09:56:29 -0600 Message-ID: Subject: Re: Question about Flex future and performance To: "flex-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=e89a8fb203a0dfc8e304d10e6dcb X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb203a0dfc8e304d10e6dcb Content-Type: text/plain; charset=ISO-8859-1 On Mon, Dec 17, 2012 at 9:17 AM, Lists wrote: > Thre are a couple of performance boost- options out there (gpu rendering). > But only for AS3, Starling, game development. > I found no tutorials how to develop data driven apps (incl. remoting) with > Starling/Feathers/AS3 instead of Flex. > This is very disapointing since this could be a real milestone for serious > mobile apps (not only for gaming). > CU, I can tell you that recently I made a project for a client that was running on FeathersUI with full remoting capabilities. As you can guess - yes, the application ran incredibly fast and was a very smooth production. We were originally going to use Flex but due to the sheer quantity of display objects that we were intending to show on the screen at one time Feathers and Starling was the better bet. I won't worry about going too much with the positives and negatives but I can tell you that I did just a few bits of housekeeping and was able to use FeathersUI the same way I use Flex plus all of the remoting. 1. get feathers, starling, robotlegs (omar's starling offshoot), and a few swcs from the Flex framework (for remoting) 2. put them all together 3. do a little manipulation on robotlegs to properly support the events for mapping onRegister/onRemove. This way I can use the FeathersUI "ViewStack" component. 4. continue business as usual building the application. Yes, styling isn't nearly as easy but it is possible. HTH -- Jonathan Campos --e89a8fb203a0dfc8e304d10e6dcb--