Hi all,

I have many List components in an application I am building. There
will be multiple options for each List or ComboBox component. I plan
to load most of the options from an XML file I have set up with nodes
and attributes describing the choices.

I can load the XML with no problem, pull what I need, and convert it
to an ArrayCollection for use in the Lists.

My only question is this in two parts:

1. I assume that creating a VO (Called OptionsVO for this example)
would be smart and assign the ArrayCollections to various attributes
where I can then bind my components to them. Am I right on that one?

2. Where does this fit into the Cairngorm framework? Meaning, should I
still use the Delegate and ServiceLocator and then in the results just
pass the values to the VO? Where should the actual parsing and
conversion of the XML take place? In the VO itself or in another part?

Bear with me. I'm a little new to Cairngorm and I am trying to get a
good handle on this.

-Kenny






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