RE: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-16 Thread Dirk Eismann
Another use case would be to replace certain parts of the Cairngorm 
infrastructure (ServiceLocator instance, specific Delegate) depending on e.g. a 
dynamically loaded configuration file. This way e.g. Delegates could easily be 
replaced by just pointing to another Module.

Dirk.


-Ursprüngliche Nachricht-
Von: flexcoders@yahoogroups.com im Auftrag von Alistair McLeod
Gesendet: Di 16.01.2007 11:11
An: flexcoders@yahoogroups.com
Betreff: RE: [flexcoders] Cairngorm support for Flex 2.0.1 modules?
 
Hi Tom,

Before any additions are made to the Cairngorm framework, we always
ensure that they have been used in "real-life" projects first. I'm doing
some investigation into Cairngorm/Modules and will post results when I
get them, but don't expect any immediate changes to Cairngorm around
this. What will likely happen first is blog posts/DevNet articles
suggesting how we see things working, and then additions to the
framework once those ideas have been proven.

I'd be interested in hearing the thoughts and experiences on others on
this too.

Best,

Alistair

--
Alistair McLeod
Technical Practice Leader (Rich Internet Applications and LiveCycle)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
p: +44 (0) 131 338 6108
[EMAIL PROTECTED], http://weblogs.macromedia.com/amcleod
 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Baggett
Sent: 15 January 2007 18:02
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

Hello all,

I'm evaluating the new module interface in the Flex 2.0.1 update and
have some questions in regards to Cairngorm-architected apps.

Does anyone have recommendations on how you would "slice up" a
Cairngorm-based Flex app into modules?

For example, the ModelLocator- and FrontController-derived classes would
need to allow values and commands to be dynamically added and removed as
modules are loaded and unloaded.  How should this be implemented so that
data binding to the model works as expected?

Is there any work being done on the framework to facilitate these types
of things?

Thanks for any thoughts,

Tom



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links




<>

Re: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-16 Thread Tom Chiverton
On Tuesday 16 January 2007 10:11, Alistair McLeod wrote:
> I'd be interested in hearing the thoughts and experiences on others on
> this too.

Modules would register their interest in particular Events when they were 
loaded - multiple modules repsonding to the same Event would also be 
possible.
Likewise, Modules could also register the list of Events they could generate 
with the main shell, allowing other modules to invoke their Events via a core 
Controller.

-- 
Tom Chiverton
Helping to paradigmatically customize one-to-one mindshares



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 


RE: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-16 Thread Alistair McLeod
Hi Tom,

Before any additions are made to the Cairngorm framework, we always
ensure that they have been used in "real-life" projects first. I'm doing
some investigation into Cairngorm/Modules and will post results when I
get them, but don't expect any immediate changes to Cairngorm around
this. What will likely happen first is blog posts/DevNet articles
suggesting how we see things working, and then additions to the
framework once those ideas have been proven.

I'd be interested in hearing the thoughts and experiences on others on
this too.

Best,

Alistair

--
Alistair McLeod
Technical Practice Leader (Rich Internet Applications and LiveCycle)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ, UK
p: +44 (0) 131 338 6108
[EMAIL PROTECTED], http://weblogs.macromedia.com/amcleod
 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Baggett
Sent: 15 January 2007 18:02
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

Hello all,

I'm evaluating the new module interface in the Flex 2.0.1 update and
have some questions in regards to Cairngorm-architected apps.

Does anyone have recommendations on how you would "slice up" a
Cairngorm-based Flex app into modules?

For example, the ModelLocator- and FrontController-derived classes would
need to allow values and commands to be dynamically added and removed as
modules are loaded and unloaded.  How should this be implemented so that
data binding to the model works as expected?

Is there any work being done on the framework to facilitate these types
of things?

Thanks for any thoughts,

Tom



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links





[flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-15 Thread Tom Baggett
Hello all,

I'm evaluating the new module interface in the Flex 2.0.1 update and
have some questions in regards to Cairngorm-architected apps.

Does anyone have recommendations on how you would "slice up" a
Cairngorm-based Flex app into modules?

For example, the ModelLocator- and FrontController-derived classes
would need to allow values and commands to be dynamically added and
removed as modules are loaded and unloaded.  How should this be
implemented so that data binding to the model works as expected?

Is there any work being done on the framework to facilitate these
types of things?

Thanks for any thoughts,

Tom