Re: [flexcoders] Data caching dto's

2008-08-07 Thread Brian Deitte
Caching of data across browser sessions, I assume? This is usually done with SharedObject. But I wonder if there's a way to rearchitect your application so this isn't needed? I assume that all 500 objects aren't shown at once and that you could implement some kind of paging mechanism. -Brian

[flexcoders] Data caching dto's

2008-08-06 Thread flexaustin
I was wondering if anyone has done any caching of data in Flex? And if so how did you do this? I have an application that pulls in up to 500 items and converts them to DTO's. The app then runs a routine, which generates objects based on those dto's. The generation of objects is very memory