Hi Tim,

I am also considering the benefits of using viewHelpers. 
Here's what i got out of it.
"encapsulating all the logic necessary for interrogating and updating
a particular View into a single helper class"

Why would the Command need to interrogate the View.
A Command is always essentially created by the View and dispatched
event data updates the Command. On Command remote handlers, the
Command updates the model. I have been using explict setters on the
view to initiate data-binding between model and view in mxml.

Then it is View that is responsible for dispatching events throughout
an application and that it is the View which will always drive the app. 

Regards
Bjorn Schultheiss




--- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote:
>
> I've recently been toying with the concepts of ViewHelper vs. 
> ViewLocator.  Alex Ulmann posted, "the ViewHelper adds and removes 
> itself from the ViewLocator", in his Cairngorm 2 (for Flex 2) – 
> Overview and Migration Path.  I haven't seen any examples yet that 
> illustrate this method.  Understandably, the example pool and 
> documentation for this kind of thing is small but growing.  So, I was 
> wondering if the authors of Cairngorm had any advise/guidance for this 
> topic.  Of course it's a matter of scale, but in an enterprise 
> application, what is recommended as best practice for the use of
> ViewLocator and/or ViewHelpers?  I'm sure that there are forthcoming 
> books that cover this area, but feedback here might promote better 
> understanding.
> 
> Best regards,
> Tim Hoff
>






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
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/

<*> 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/
 



Reply via email to