RE: [flexcoders] Your Opinion: Best way to Load Data to your components?

2008-07-08 Thread Tim Rowe
. --Tim Rowe From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Tuesday, 8 July 2008 3:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Your Opinion: Best way to Load Data to your components? It really depends

[flexcoders] Your Opinion: Best way to Load Data to your components?

2008-07-07 Thread Alan
I'm building a large Flex app for the first time and I'm curious about how often I should be sending queries to the remote database? Does any one have some advice or general guidelines when to determine if requesting small amounts out data based on user triggered events, or to load a

Re: [flexcoders] Your Opinion: Best way to Load Data to your components?

2008-07-07 Thread Josh McDonald
It really depends on your application. I've some applications that poll important lists, but if those lists get long, we'll need to put some more thought into the way it works. If it's a short list that's likely to change a lot, poll the whole thing. If it's a long list, and there's unlikely to