So, I'm working with one of the samples and tweaking it
around a bit. Now I'm at a bit of a quandary, though:
I have a Java function that returns a List. I want to pass it
to Flex using a RemoteObject that calls the function, which means
it'll return a List. So...what type in Flex should I be using to
store the List? If it helps any, I'm going to eventually use the
List as a DataProvider for something after it's in a format Flex
can use.