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 CFCD49E0F for ; Wed, 11 Jan 2012 15:41:56 +0000 (UTC) Received: (qmail 47574 invoked by uid 500); 11 Jan 2012 15:41:56 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 47463 invoked by uid 500); 11 Jan 2012 15:41:56 -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 47455 invoked by uid 99); 11 Jan 2012 15:41:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 15:41:55 +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 lekant@gmail.com designates 209.85.210.47 as permitted sender) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2012 15:41:49 +0000 Received: by dadz13 with SMTP id z13so423100dad.6 for ; Wed, 11 Jan 2012 07:41:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ftnF1FdlxwHl+SehoDW1HUKpEeEWozS/s8eeDj/ebJ4=; b=ky3fp3ZNBbkWx56KHcb5jrpB5XDCMrdSMjkTF2v4Z/CvKtfXJF7JPnODkVgaeN7btA ZFPU2ol/0gOX4uqYZXzRBiSllrXBF0moD8njsYuih7h2CwO+5MVS6wVYRnuoFaaAo0eE TzbJBD9jokJqVsE4UvfszNaZLZ2OyLhJXGl84= Received: by 10.68.116.110 with SMTP id jv14mr162104pbb.114.1326296489283; Wed, 11 Jan 2012 07:41:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.38.233 with HTTP; Wed, 11 Jan 2012 07:41:08 -0800 (PST) In-Reply-To: <96F927F3-4265-4DC8-AEF8-EB4003B23C1F@gmail.com> References: <96F927F3-4265-4DC8-AEF8-EB4003B23C1F@gmail.com> From: =?UTF-8?Q?Quentin_Le_H=C3=A9naff?= Date: Wed, 11 Jan 2012 16:41:08 +0100 Message-ID: Subject: Re: Goal for Flex: Strengthening large-scale Flex applications To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=e89a8ff24d9f1c4f2f04b6427778 --e89a8ff24d9f1c4f2f04b6427778 Content-Type: text/plain; charset=UTF-8 > > As part of my research, for now I think "Building large-scale > Flex applications is simple" is a false-proof statement. If you > don't believe that, please have a look to all those Flex application > which have to deal with more then 150 MXML files and all their > worries and issues they ran into during the last couple of years: I may be wrong, but 150 mxml files is not that huge :) depending if the size of each mxml you have, personnaly I make them as much minimal as possible. This is much about optimizing updateDisplayList, validation and all these stuffs But you are right about Flex performance. IMO, designing a more modular component that allow to do less validation in a sense that it should be more smart, is a good direction. I propose to list all bad design we know about the Flex 3 and 4 frameworks and propose technical/designs solutions ; should the JIRA do the stuff? On Wed, Jan 11, 2012 at 10:59 AM, Sebastian Mohr wrote: > I would like define a goal for future versions of Flex: > > Goal: "Strengthening large-scale Flex applications" > > > http://code.google.com/p/masuland/wiki/WhatsWrongWithFlex#3.1._Strengthening_large-scale_Flex_applications > > As part of my research, for now I think "Building large-scale > Flex applications is simple" is a false-proof statement. If you > don't believe that, please have a look to all those Flex application > which have to deal with more then 150 MXML files and all their > worries and issues they ran into during the last couple of years: > > * Heavy code rewrites and refactoring > * Migration from Flex 3 to Flex 4 issues > * Upgrading or switching the Microarchitecture (Cairngorm, Mate, PureMVC, > Robotlegs, Parsley, Spring AS, Swiz) > * etc ... > > A more complete list of things that effect large- > scale Flex applications can be found here: > > > http://code.google.com/p/masuland/wiki/WhatsWrongWithFlex#2.2._What's_negative > ? > > Please read and disagree, > > > -- Sebastian > > > --e89a8ff24d9f1c4f2f04b6427778--