Wolfgang
25 Mar 2007, 6:54 AM
Hello,
is there something like "keepDataOnNoChange" implemented in updatemanager/datastore?
The idea: if the remote data (JSON or XML) has not changed, there is no need to update the datastore for a grid /view.
For example: The POST/GET request passed to the external dataprovider can contain some var(s) that help the external dataprovider to see if something has changed. If there is no change, the external provider would return a result like: "noChange" without any data.
This way, polling for new data would be cheaper than refreshing a grid/view with teh already existing data.
is there something like "keepDataOnNoChange" implemented in updatemanager/datastore?
The idea: if the remote data (JSON or XML) has not changed, there is no need to update the datastore for a grid /view.
For example: The POST/GET request passed to the external dataprovider can contain some var(s) that help the external dataprovider to see if something has changed. If there is no change, the external provider would return a result like: "noChange" without any data.
This way, polling for new data would be cheaper than refreshing a grid/view with teh already existing data.