I looked at the Messaging samples included in 2.5p (SimpleChat & StockQuote), but they primarily focus on the client side.
There is no clear example of server side programming.
For instance, it would be great if the StockQuote sample generated prices and pushed them to the client.
I've been using Custom DataSources (a great advantage of SmartGWT) and would love to see how to integrate the RTM functionality into them.
I am also trying to implement the equivalent of a 'tail' function so that my webpage follows the last lines of my log
There is no clear example of server side programming.
For instance, it would be great if the StockQuote sample generated prices and pushed them to the client.
I've been using Custom DataSources (a great advantage of SmartGWT) and would love to see how to integrate the RTM functionality into them.
I am also trying to implement the equivalent of a 'tail' function so that my webpage follows the last lines of my log
Comment