In terms of an architecture framework, Cairngorm is highly
recommended http://labs.adobe.com/wiki/index.php/Cairngorm
A lot of documentation has been released from adobe on the best
practices regarding using Flex 2, check out http://flex.org/ , or in-
particularly http://www.adobe.com/go/flex2_building
regards,
Bjorn
On 08/02/2007, at 1:38 AM, Private Romeo wrote:
Hi everybody,
we are looking for (online) resources related to how to best
structure (larger) Flex applications. Most of the great training
and tutorial material available tends to focus on how to construct
more complex controls, how to implement special effects or how to
solve DataGrid/Binding related issues, however, what we are seeking
is material as to potential best practices about how to structure
an Flex app best.
Should AS code be used inline primarily? Or is a code-behind
pattern a better choice?
Should we ultimately keep the primary MXML application file small
and work with complex custom controls, or should we keep custom
controls usage low?
Are there any good technical articles out there? Any links? Any hints?
Thanks for your support.