Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

GWTEventService is an event-based client-server communication framework. It uses GWT-RPC and the Comet / server-push technique. The client side offers a high-level API with opportunities to register listeners to the server like to a GUI component. Events can be added to a context/domain on the ... [More] server side and the listeners on the client side get informed about the incoming events. The server side is completely independent of the client implementation and is highly configurable. Domains can be defined to decide which events are important for the different contexts. Advantages Encapsulation of the client-server communication High-level API with listeners and events Only one open connection for event listening Reduction of server calls Reduction of connection peaks Events are returned directly when the event has occurred (instead of polling) Events are bundled to reduce server calls Based on the GWT-RPC mechanism Automatic timeout recognition and handling Extensible architecture These advantages are not guaranteed for all cases and could also be disadvantages in some special cases compared with polling or other technologies.GWTEventService 1.1 (released since 2010-03-01) GWTEventService 1.0.2 (released since 2009-09-12) GWTEventService - Forum [Less]

5.0
 
  0 reviews  |  0 users  |  22,440 lines of code  |  2 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.