Data change notification (DCN) |
Requires a developer familiar with the EIS from which the DCN is sent. Provides more flexibility than a scheduled refresh, but is more complicated to implement. HTTP GET methods are less secure than HTTP POST. |
Unwired Server scheduled data refresh |
Easily implemented by the Unwired Server administrator. Less targeted than DCN or a cache group. Uses more system resources since it must periodically query the EIS for changes. |
Cache group |
Easily implemented by the MBO developer. A cache group is a collection of cache tables to which a common refresh policy is applied.
|
Cache update policy |
Easily implemented by the MBO developer. Updates the CDB for an EIS data effecting operation (create, update, or delete) based on the policy associated with the operation. For example, you could update a modified row or invalidate and refresh the entire MBO. |
Load parameter |
Easily implemented by the MBO developer. Load parameters map to data source arguments and refresh data based on the supplied value. They can be used alone or mapped to synchronization parameter to control both data refresh and synchronization. |