summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-comet-runtime/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing license header on JSON utility class.fmoga2011-07-081-0/+18
* Push fix for JSON array parser to comet binding. Refactor data conversion in ...fmoga2011-07-083-83/+133
* Use the BroadcasterLifeCyclePolicy and new callback mechanism from Atmosphere...fmoga2011-06-093-12/+49
* Code cleanup.fmoga2011-05-3114-239/+383
* Move from relying on the HTTP session to manual session management using sess...fmoga2011-05-3011-360/+349
* Make CometBindingHandler Serializable as it is used with @PerSessionfmoga2011-05-261-1/+2
* Add support for non-void return types for blocking operations as there is onl...fmoga2011-05-261-9/+20
* Update testcase for binding-comet-runtime with callbacks.fmoga2011-05-253-9/+23
* Cleanup binding code by removing debug prints.fmoga2011-05-252-6/+2
* Add generic connect method to js client with default transport set to HTTP st...fmoga2011-05-251-0/+3
* Upgrade to atmosphere-jersey 0.7.1. Change REST Path for CometComponentContex...fmoga2011-05-254-7/+9
* Improve comet support. Add status to callback return type to determine when b...fmoga2011-05-249-224/+374
* Allow the look up of endpoint address by component/service/binding name from ...rfeng2011-04-202-5/+10
* Added multiple response support for the comet binding.fmoga2011-02-118-268/+447
* Moved comet binding to trunk.fmoga2010-09-1616-0/+1583