Entries tagged 'flow'
GLOWE with the flow
Posted by Erdem on April 29, 2008 at 10:50 a.m.A major plus in GLOWE is Dataflow. You can perfectly create a widget with static information but this isn’t the way most people will want to create widgets. Thanks to the dataflow blocks of GLOWE you can create dynamic widgets without having to worry about client or server side coding. Any REST based website or webservice can be parsed with GLOWE.
In the picture below you can see a schematic dataflow.
First you read in data with the Datareader and then it’s being filtered with the Datafilter and then showed on screen with Visual items. When an action occurs the Datareader might get different parameters and will retrieve it’s data from another webpage/service.

