RE: [flexcoders] any ideas about flex client side caching?

2005-04-14 Thread Abdul Qabiz

Hi,

You can cache object on client in SharedObject. So you can serialize a class
to SharedObject on client and later deserialize to use in application.

For example, you fetch a huge dataset from server(via xml, http or
remoteobject), you can serialize it to SharedObject and show a part of it in
front-end when required. This way you can avoid network calls and memory
problems...

-abdul 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 14, 2005 10:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] any ideas about flex client side caching?


Hi,all,
   In Christophe's blog, we can code our own class to
cache data. Does flex provider some other solutions
for the client_side caching?

Best Regards
Feng

_
Do You Yahoo!?
150MP3
http://music.yisou.com/

http://image.yisou.com
1G1000
http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1
g/


 
Yahoo! Groups Links



 





 
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/
 





Re: [flexcoders] any ideas about flex client side caching?

2005-04-14 Thread Matthew Shirey



Just be careful about how much you store in the SharedObject. By
default the client is set to accept up to 100k A 'Huge' dataset
might exceed that. If you exceed that about I think the client
then asks the user if more space can be allocated. I've just
started using a SharedObject; I'm a little paranoid about asking users
wierd questions, so I'm trying to keep it fairly limited.

-- MatthewOn 4/14/05, Abdul Qabiz [EMAIL PROTECTED] wrote:
Hi,You can cache object on client in SharedObject. So you can serialize a classto SharedObject on client and later deserialize to use in application.For example, you fetch a huge dataset from server(via xml, http or
remoteobject), you can serialize it to SharedObject and show a part of it infront-end when required. This way you can avoid network calls and memoryproblems...-abdul-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 14, 2005 10:33 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] any ideas about flex client side caching?Hi,all, In Christophe's blog, we can code our own class tocache data. Does flex provider some other solutions
for the client_side caching?Best RegardsFeng_Do You Yahoo!?150MP3http://music.yisou.com/
http://image.yisou.com1G1000http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1
g/Yahoo! Groups LinksYahoo! 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/







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 the Yahoo! Terms of Service.