summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-comet-runtime (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
2012-06-11Update to use base jar not pom to see if that helps fix the jersymissing pomantelder1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348882 13f79535-47bb-0310-9956-ffa450edef68
2012-06-11Remove jersy pom dependency as it didn't seem to helpantelder1-8/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348876 13f79535-47bb-0310-9956-ffa450edef68
2012-06-11Add jersy pom dependency explicitly to try to get it picked up from ↵antelder1-76/+84
thetuscany repo git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1348868 13f79535-47bb-0310-9956-ffa450edef68
2012-05-17TUSCANY-4043: Apply fix from Andrew Potter to fix Missing dependency issue ↵antelder1-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
2012-02-13Bump up the date in the NOTICE fileantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68
2011-07-19Remove sonatype and gson repositoriesfmoga1-21/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148256 13f79535-47bb-0310-9956-ffa450edef68
2011-07-18Switch from Atmosphere 0.8-SNAPSHOT to Atmosphere 0.7.2 to prepare the release.fmoga1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1147891 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Add missing license header on JSON utility class.fmoga1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144386 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Push fix for JSON array parser to comet binding. Refactor data conversion in ↵fmoga3-83/+133
the comet binding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144153 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17Adding org.apache.tuscany.sca.assembly.impl package to imports in ↵edwardsmj1-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
2011-06-09Use the BroadcasterLifeCyclePolicy and new callback mechanism from ↵fmoga4-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
2011-05-31Code cleanup.fmoga14-239/+383
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129609 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30Move from relying on the HTTP session to manual session management using ↵fmoga11-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
2011-05-26Make CometBindingHandler Serializable as it is used with @PerSessionfmoga1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127838 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Add support for non-void return types for blocking operations as there is ↵fmoga1-9/+20
only one response. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127828 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Update testcase for binding-comet-runtime with callbacks.fmoga3-9/+23
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127722 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Cleanup binding code by removing debug prints.fmoga2-6/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127718 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Add generic connect method to js client with default transport set to HTTP ↵fmoga1-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
2011-05-25Upgrade to atmosphere-jersey 0.7.1. Change REST Path for ↵fmoga5-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
2011-05-24Improve comet support. Add status to callback return type to determine when ↵fmoga9-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
2011-04-20Allow the look up of endpoint address by component/service/binding name from ↵rfeng2-5/+10
the Node API git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095537 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08Upgrading to latest jetty releaselresende1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079593 13f79535-47bb-0310-9956-ffa450edef68
2011-02-11Added multiple response support for the comet binding.fmoga8-268/+447
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069936 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08More tweaks for the OSGi MFrfeng1-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043779 13f79535-47bb-0310-9956-ffa450edef68
2010-10-20TUSCANY-3731 - Add MIT license for ↵slaws1-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
2010-10-15Update base-runtime to more closely match old shades/base, and all the scdl ↵antelder1-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
2010-09-16Clean up poms for comet binding and sample.fmoga1-21/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997714 13f79535-47bb-0310-9956-ffa450edef68
2010-09-16Moved comet binding to trunk.fmoga20-0/+1940
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@997698 13f79535-47bb-0310-9956-ffa450edef68