java - How can my Flex application know when data is stale? -


i have 100% flex based enterprise web application java/blazeds backend. in order create more snappy user experience i'd load bunch of data client right after logging in , hold entire session.

this include items such user preferences, application skins, application layouts, etc. things infrequently updated on server.

my question is, in case updated, what's approach refreshing client side data...and knowing when refresh? should have no interest in adobe lcds!

to update data cached in client, when data changes on server, you'll need use server side software supports server push , tell client update needed.

livecycle 1 server side software supports this. suspect knew that, since call out in question.

graniteds another, , since foss may more liking.

i suspect weborb supports push functionality, don't hold me that.

if don't want server side; set call client server on timer.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -