summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-comet-runtime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Update to use base jar not pom to see if that helps fix the jersymissing pomantelder2012-06-111-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348882 13f79535-47bb-0310-9956-ffa450edef68
* Remove jersy pom dependency as it didn't seem to helpantelder2012-06-111-8/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348876 13f79535-47bb-0310-9956-ffa450edef68
* Add jersy pom dependency explicitly to try to get it picked up from ↵antelder2012-06-111-76/+84
| | | | | | thetuscany repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348868 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4043: Apply fix from Andrew Potter to fix Missing dependency issue ↵antelder2012-05-171-0/+7
| | | | | | with binding-comet-runtime causes a build failure when using an IBM JDK git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1339606 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the date in the NOTICE fileantelder2012-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68
* Remove sonatype and gson repositoriesfmoga2011-07-191-21/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148256 13f79535-47bb-0310-9956-ffa450edef68
* Switch from Atmosphere 0.8-SNAPSHOT to Atmosphere 0.7.2 to prepare the release.fmoga2011-07-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147891 13f79535-47bb-0310-9956-ffa450edef68
* Add missing license header on JSON utility class.fmoga2011-07-081-0/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144386 13f79535-47bb-0310-9956-ffa450edef68
* Push fix for JSON array parser to comet binding. Refactor data conversion in ↵fmoga2011-07-083-83/+133
| | | | | | the comet binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144153 13f79535-47bb-0310-9956-ffa450edef68
* Adding org.apache.tuscany.sca.assembly.impl package to imports in ↵edwardsmj2011-06-171-0/+1
| | | | | | MANIFEST.MF to correct an OSGi access error. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1136897 13f79535-47bb-0310-9956-ffa450edef68
* Use the BroadcasterLifeCyclePolicy and new callback mechanism from ↵fmoga2011-06-094-20/+55
| | | | | | Atmosphere to improve resource cleanup. Move to Atmosphere 0.8-SNAPSHOT. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133713 13f79535-47bb-0310-9956-ffa450edef68
* Code cleanup.fmoga2011-05-3114-239/+383
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129609 13f79535-47bb-0310-9956-ffa450edef68
* Move from relying on the HTTP session to manual session management using ↵fmoga2011-05-3011-360/+349
| | | | | | sessionIds generated by the javascript on page load. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129323 13f79535-47bb-0310-9956-ffa450edef68
* Make CometBindingHandler Serializable as it is used with @PerSessionfmoga2011-05-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127838 13f79535-47bb-0310-9956-ffa450edef68
* Add support for non-void return types for blocking operations as there is ↵fmoga2011-05-261-9/+20
| | | | | | only one response. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127828 13f79535-47bb-0310-9956-ffa450edef68
* Update testcase for binding-comet-runtime with callbacks.fmoga2011-05-253-9/+23
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127722 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup binding code by removing debug prints.fmoga2011-05-252-6/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127718 13f79535-47bb-0310-9956-ffa450edef68
* Add generic connect method to js client with default transport set to HTTP ↵fmoga2011-05-251-0/+3
| | | | | | streaming and fallback on long polling. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127716 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to atmosphere-jersey 0.7.1. Change REST Path for ↵fmoga2011-05-255-18/+26
| | | | | | CometComponentContext.js to avoid mapping exception caused by new jersey version. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127488 13f79535-47bb-0310-9956-ffa450edef68
* Improve comet support. Add status to callback return type to determine when ↵fmoga2011-05-249-224/+374
| | | | | | browser client has closed the page. Upgrade to atmosphere-jquery-0.7.1. Add support for multiple tabs. Fix and improve reliability of long polling technique. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127080 13f79535-47bb-0310-9956-ffa450edef68
* Allow the look up of endpoint address by component/service/binding name from ↵rfeng2011-04-202-5/+10
| | | | | | the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
* Upgrading to latest jetty releaselresende2011-03-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079593 13f79535-47bb-0310-9956-ffa450edef68
* Added multiple response support for the comet binding.fmoga2011-02-118-268/+447
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069936 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* More tweaks for the OSGi MFrfeng2010-12-081-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043779 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3731 - Add MIT license for ↵slaws2010-10-201-0/+33
| | | | | | binding-comet-runtime/src/main/resources/jquery.json-2.2.min.js git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1025530 13f79535-47bb-0310-9956-ffa450edef68
* Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder2010-10-151-29/+10
| | | | | | models to base, associated test updates to match that, and change the comet binding to use base + extension approach. Still need to look at whats in core-runtime vs base-runtime and still need to work out what really should/shouldn't be in base but at least its all consistent to start with now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022891 13f79535-47bb-0310-9956-ffa450edef68
* Clean up poms for comet binding and sample.fmoga2010-09-161-21/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997714 13f79535-47bb-0310-9956-ffa450edef68
* Moved comet binding to trunk.fmoga2010-09-1620-0/+1940
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997698 13f79535-47bb-0310-9956-ffa450edef68