Browsing projects by Tag(s)

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

Showing page 1 of 1

Project DescriptionA GWT Module for using Comet with StreamHub. What is StreamHub?StreamHub is a Reverse Ajax & Comet server written in Java. A free Community Edition is available. For more details and to download it, visit the website: StreamHub - The Reverse Ajax & Comet Server. ... [More] JavadocStreamHub GWT Adapter Javadoc 1.0.4 StreamHub Java API Javadoc 2.0.9 Quick Start: Using the module in GWTAdd the following to your GWT module ( the .gwt.xml file): Add the following JAR to the classpath: streamhub-gwt-adapter-1.0.4.jarDownload the latest version of StreamHub and add the streamhub-min.js file to your HTML host page: Now you're ready to go. To connect use the following code: StreamHubGWTAdapter streamhub = new StreamHubGWTAdapter(); streamhub.connect("${server.url}");To subscribe you'll need to create a class which implements StreamHubGWTUpdateListener. For example: public class StockListener implements StreamHubGWTUpdateListener { public void onUpdate(String topic, JSONObject update) { String lastPrice = ((JSONString)update.get("LastPrice")).stringValue(); String companyName = ((JSONString)update.get("Company")).stringValue(); String percentChange = ((JSONString)update.get("PercentChange")).stringValue(); String change = ((JSONString)update.get("Change")).stringValue(); } }Then call subscribe on the adapter passing through the topic and your listener: streamhub.subscribe("GOOG", new StockListener());IMPORTANT: Working in hosted mode and compiled modeAs of version 1.0.3 and greater, the GWT Comet Adapter only works in compiled mode. We are working with the GWT team to produce a working hosted mode in future versions. If you are using an older version, you may still be able to get it working in hosted mode by removing the cross-site linker: Examples and DemosThere are two GWT examples available to view on the StreamHub Examples page. The source for the adapter and the examples is available via the Source tab. An Ext GWT demo is available in the StreamHub SDK version 2.0.10 and greater. Visit the StreamHub download page to get the latest version of the SDK. The source for the Ext GWT demo is available under the Source tab and is located at trunk/ExtGwtApp. Troubleshooting and bug reportsPlease report any problems on the Issues tab by creating a new issue. Otherwise they won't get fixed. [Less]

5.0
 
  0 reviews  |  1 user  |  9,880 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

The Django framework and Orbited asynchronous server finally working together and without complications. Django-orbit is a component for django adapting Orbited asynchronous server (ideal for reverse ajax / comet) to operate smoothly and in an integrated manner.

0
 
  0 reviews  |  0 users  |  1,598 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

http://pi.kodfabrik.com (Documentation,Examples,Plugins) Are you looking for pi.comet?

0
 
  0 reviews  |  0 users  |  25,649 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

ChattyWeb is an open source web based chat client. Supported browsers: Mozilla Firefox Internet Explorer Safari Google Chrome Opera Supported chat networks: Internet Relay Chat (IRC) Yahoo! Messenger Google Talk Jabber/XMPP MSN Messenger AIM ICQ In the back-end ChattyWeb uses the libpurple ... [More] library. The ChattyWeb server communicates with the browser through Comet/Reverse Ajax and Javascript. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 10 hours ago
 
 

Its components aim to support FreeSwitch functions.SmartCTI has been developed using the OSGI,struts2,Guice 2,DWR,Hibernate framework.The package also includes a basic framework that enables integration of asterisk with your Java applications

0
 
  0 reviews  |  0 users  |  2,520 lines of code  |  0 current contributors  |  Analyzed 3 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.