Hello,
we have an application that now shares a database with a maintenance system that can change the database directly those bypassing SmartGWT server infrastructure. There's no way of knowing what data has been changed, so we need to basically "reload" the app preferably without reloading all the javascript once the maintenance happens. Would constructing and sending a DSResponse from the server with a list of related updates that includes every datasource with invalidate cache flag set to true be a good way to achieve it or there's a better way?
we have an application that now shares a database with a maintenance system that can change the database directly those bypassing SmartGWT server infrastructure. There's no way of knowing what data has been changed, so we need to basically "reload" the app preferably without reloading all the javascript once the maintenance happens. Would constructing and sending a DSResponse from the server with a list of related updates that includes every datasource with invalidate cache flag set to true be a good way to achieve it or there's a better way?
Comment