I have a 100% Flex based enterprise web application with a Java/BlazeDS backend. In order to create a more snappy user experience I'd like to load a bunch of data into the client right after logging in and hold it the entire session.
This would include items such as user preferences, application skins, application layouts, etc. Things that are infrequently updated on the server.
My question is, in case they are updated, what's a good approach for refreshing the client side data...and knowing when to refresh? I should say that I have no interest in Adobe LCDS!