Hi.
I am evaluating the SmartGwt EE. I have already built the UI and am trying to populate my ListGrid table with data from an Oracle 10g database. After having used the visual builder and defined the ds.xml it all works fine and I can see the data in a ListGrid in my UI (Thanks for the examples). I have the following question:
There is another application that writes new records in the database every minute. That is why I want to update my DataSource (and ListGrid) in short intervals. What is the best way to achieve that?
Thanks
I am evaluating the SmartGwt EE. I have already built the UI and am trying to populate my ListGrid table with data from an Oracle 10g database. After having used the visual builder and defined the ds.xml it all works fine and I can see the data in a ListGrid in my UI (Thanks for the examples). I have the following question:
There is another application that writes new records in the database every minute. That is why I want to update my DataSource (and ListGrid) in short intervals. What is the best way to achieve that?
Thanks
Comment