summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-comet-runtime/src/main (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1612-0/+1428