comet

所属分类:Java编程
开发工具:Java
文件大小:3760KB
下载次数:4
上传日期:2013-08-21 14:38:37
上 传 者w1589
说明:  comet聊天室,Dojo使用,学习的好例子cometd
(comet chat rooms, Dojo use, learning a good example of cometd)

文件列表:
META-INF (0, 2009-07-03)
META-INF\MANIFEST.MF (124, 2009-07-03)
WEB-INF (0, 2009-07-03)
WEB-INF\classes (0, 2009-07-03)
WEB-INF\classes\org (0, 2009-07-03)
WEB-INF\classes\org\cometd (0, 2009-07-03)
WEB-INF\classes\org\cometd\demo (0, 2009-07-03)
WEB-INF\classes\org\dojotoolkit (0, 2009-07-03)
WEB-INF\lib (0, 2009-07-03)
META-INF\maven (0, 2009-07-03)
META-INF\maven\org.cometd.javascript (0, 2009-07-03)
META-INF\maven\org.cometd.javascript\cometd-javascript-dojo (0, 2009-07-03)
META-INF\maven\org.cometd.javascript\cometd-javascript-jquery (0, 2009-07-03)
META-INF\maven\org.cometd.javascript\cometd-examples-dojo (0, 2009-07-03)
META-INF\maven\org.cometd.javascript\cometd-examples-jquery (0, 2009-07-03)
jquery-examples (0, 2009-07-03)
jquery-examples\chat (0, 2009-07-03)
dijit (0, 2009-07-03)
dijit\resources (0, 2009-07-03)
dijit\_editor (0, 2009-07-03)
dijit\_editor\plugins (0, 2009-07-03)
dijit\_editor\nls (0, 2009-07-03)
dijit\_editor\nls\hu (0, 2009-07-03)
dijit\_editor\nls\it (0, 2009-07-03)
dijit\_editor\nls\th (0, 2009-07-03)
dijit\_editor\nls\pl (0, 2009-07-03)
dijit\_editor\nls\zh-tw (0, 2009-07-03)
dijit\_editor\nls\nl (0, 2009-07-03)
dijit\_editor\nls\ko (0, 2009-07-03)
dijit\_editor\nls\es (0, 2009-07-03)
dijit\_editor\nls\fr (0, 2009-07-03)
dijit\_editor\nls\cs (0, 2009-07-03)
dijit\_editor\nls\pt-pt (0, 2009-07-03)
dijit\_editor\nls\ar (0, 2009-07-03)
dijit\_editor\nls\el (0, 2009-07-03)
dijit\_editor\nls\nb (0, 2009-07-03)
dijit\_editor\nls\fi (0, 2009-07-03)
dijit\_editor\nls\he (0, 2009-07-03)
dijit\_editor\nls\ja (0, 2009-07-03)
dijit\_editor\nls\sv (0, 2009-07-03)
... ...

------------------------------------------------------------------------------- DojoX IO ------------------------------------------------------------------------------- Version 0.4.0 Release date: 07/04/2008 ------------------------------------------------------------------------------- Project state: experimental ------------------------------------------------------------------------------- Credits Bryan Forbes (bryan AT reigndropsfall.net) Kris Zyp (kris AT sitepen.com) James Burke (jburke AT dojotoolkit.org) Tom Trenka (ttrenka AT gmail.com) ------------------------------------------------------------------------------- Project description A Collection of advanced and experimental IO modules: * scriptFrame.js - Uses an iframe for dojo.io.script requests. Useful in some long-polling comet situations in Firefox and Opera. Those browsers execute scripts in DOM order, not network-receive order, so a long-polling script will block other dynamically appended scripts from running until it completes. By using an iframe for the dojo.io.script requests, this issue can be avoided. * xhrMultiPart.js - Constructs multi-part mime XHR requests. Useful when wanting multi-part requests but not using a form with a file input. Note that it does not allow you to send files from local disks -- a form with a file input is required for that use case. xhrMultipart is not useful in that use case. * xhrPlugins.js - An adapter registry for having multiple XHR handlers (like XDomainRequest, CS-XHR, proxy, and window.name) * windowName.js - Cross-domain transport using window.name xhrWindowNamePlugin.js - window.name plugin for XHR adapter registry * httpParse.js - HTTP message parser. Parses to an XHR like interface. * OAuth.js - Object to be used for signing OpenAuth requests. Includes easy wrappers for xhr. ------------------------------------------------------------------------------- Dependencies: DojoX IO xhrMultiPart depends on Dojo Core and DojoX UUID's generateRandomUuid function. xhrWindowNamePlugin depends on dojox.secure.capability for safe JSON parsing OAuth depends on dojox.encoding.digests.SHA1. ------------------------------------------------------------------------------- Documentation ------------------------------------------------------------------------------- Installation instructions Grab the following from the Dojo SVN Repository: http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid.js http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid/* http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/secure/* http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/encoding/digests/* Install into the following directory structure: /dojox/uuid/ /dojox/secure/ /dojox/encoding/digests/ AND Grab the following from the Dojo SVN Repository: http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/io/* Install into the following directory structure: /dojox/io/ ...both of which should be at the same level as your Dojo checkout. ------------------------------------------------------------------------------- Additional Notes The information contained in this README does not pertain to DojoX XHR IFrame Proxy. For that information see proxy/README.

近期下载者

相关文件


收藏者