I'm looking to create a management dashboard with SmartGWT. I was curious on how to handle refreshing the data so that the dashboard is "live". Is there already some sort of component or system within SmartGWT that would auto-refresh data on an interval? Or is that something I would write myself?
If SmartGWT doesn't have anything like this already built in, I was going to call a DMI method on the server that would return all of the necessary statistics in a loop every X seconds to handle refreshing the dashboard.
Thanks!
If SmartGWT doesn't have anything like this already built in, I was going to call a DMI method on the server that would return all of the necessary statistics in a loop every X seconds to handle refreshing the dashboard.
Thanks!
Comment