--- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspr...@...> wrote: > > I haven't looked at Alex's example(which is probably a big mistake on my > part...), but here are some thoughts. > > > > You haven't said what the ArrayCollection is a collection *of*. So it > is probably a collection of dynamic Objects. > > > > Normally this is not a problem, but in many cases, it is better to have > a strongly typed VO(value object), as this gives the access best > performance.
If you need to write back to the database, use the transient metadata tag to exclude the property from what gets written back. If you don't need to save back to the database, you can add whatever extra properties to the class definition you want. http://flexdiary.blogspot.com/2008/11/thoughts-on-remoting.html HTH; Amy