Results 1 to 3 of 3

Thread: GWT Demo

Hybrid View

  1. #1
    Administrator
    Join Date
    Jul 2006
    Location
    Milan, Italy
    Posts
    521

    Smile GWT Demo

    An integration demo of Lightstreamer and Google Web Toolkit (GWT) is available:


  2. #2
    Senior Member
    Join Date
    Jul 2009
    Location
    sofia
    Posts
    40
    Hi Alessandro,

    Gwt integration with LS is working quite well. Congrats to the author .
    Imagine i want to embed some flash in my gwt application, which also will use LS to receive data. I will need to change the NVT with FlashBridge wrapper of ls library, right? But i need NVT, because it is used to update the rest of the gwt app with messages.
    So, is it possible to change this gwt lib to use flashbridge and nvt at the same time?

    Regards.

  3. #3
    Power Member
    Join Date
    Jul 2006
    Location
    Cesano Maderno, Italy
    Posts
    784
    So, is it possible to change this gwt lib to use flashbridge and nvt at the same time?
    on the javascript side the code to use the FlashBridge is just one line, all the subscription/update handling logic is done on the flash side:


    (see http://www.lightstreamer.com/docs/cl...#FlashBridge() )

    so it should be easy to add it to a GWT application. Obviously you also have to put the appropriate flash object on the page.

    On the other hand you can't exploit a single subscription to fed both your NonVisualTable (js) and your FlashTable (as) so you'll have one subscription per *Table object.

    An alternative would be to use the adobe's FABridge to directly pass updates from the NonVisualTable's update handler to your flash object. I see there is also a GWT version of such bridge: http://code.google.com/p/gwt-fabridge/

    HTH

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 08:55 PM.