summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ignores.fmoga2011-05-260-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127835 13f79535-47bb-0310-9956-ffa450edef68
* Add real-time suggestion sample using a service with non-void return type. ↵fmoga2011-05-2627-3/+530
| | | | | | Rename the weather-webapp sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127833 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
* Add a few comments to the chat sample.fmoga2011-05-262-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127793 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3522: Commit rest-api patch from Eranda for the GSoC project on ↵antelder2011-05-269-0/+224
| | | | | | NoSQL components git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127789 13f79535-47bb-0310-9956-ffa450edef68
* Include the tuscany plugin in the hudson deployantelder2011-05-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127786 13f79535-47bb-0310-9956-ffa450edef68
* Add ignores for eclipse and binary files in the new samples.fmoga2011-05-250-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127735 13f79535-47bb-0310-9956-ffa450edef68
* Add new samples to binding.comet samples pom.fmoga2011-05-251-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127733 13f79535-47bb-0310-9956-ffa450edef68
* Add chat sample for binding.cometfmoga2011-05-257-0/+267
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127726 13f79535-47bb-0310-9956-ffa450edef68
* Add pub/sub sample for binding.cometfmoga2011-05-2510-0/+551
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127725 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
* Rename InstalledContribution to ContributionDescriptionantelder2011-05-2510-117/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127531 13f79535-47bb-0310-9956-ffa450edef68
* This test has been replaced by two-jvm-hazelcast (although that's still ↵slaws2011-05-2510-558/+0
| | | | | | turned off) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127521 13f79535-47bb-0310-9956-ffa450edef68
* Add missing operationslaws2011-05-251-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127504 13f79535-47bb-0310-9956-ffa450edef68
* Set up listener to allow consistent shutdownslaws2011-05-251-44/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127503 13f79535-47bb-0310-9956-ffa450edef68
* move comment up to right placeslaws2011-05-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127500 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3868 - allow binding to be retrieved by nameslaws2011-05-254-0/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127498 13f79535-47bb-0310-9956-ffa450edef68
* add ignoresslaws2011-05-250-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127497 13f79535-47bb-0310-9956-ffa450edef68
* Change jQuery version to 1.4.2. Change path to CometComponentContext.js with ↵fmoga2011-05-251-2/+2
| | | | | | new mapping. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127489 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
* Fiddling about with making the composite artifact path do somethingslaws2011-05-254-27/+103
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127474 13f79535-47bb-0310-9956-ffa450edef68
* Update sample to reflect latest upgrades in the comet module.fmoga2011-05-245-40/+53
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127081 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
* Add ignoresslaws2011-05-240-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126978 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3867 - start of a test to check various lifecycle events. slaws2011-05-2419-0/+744
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126977 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3861: rename the tuscany plugin to ↵antelder2011-05-2419-29/+28
| | | | | | org.apache.tuscany.sca:tuscany-maven-plugin git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126928 13f79535-47bb-0310-9956-ffa450edef68
* Add a and atom view of composites and look at retrieving the composite ↵slaws2011-05-2415-58/+598
| | | | | | artifact hierarchy git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126924 13f79535-47bb-0310-9956-ffa450edef68
* Remove now unused classantelder2011-05-231-92/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126362 13f79535-47bb-0310-9956-ffa450edef68
* Give the client access to the endpoint service wsdlantelder2011-05-231-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126348 13f79535-47bb-0310-9956-ffa450edef68
* Fix build error, move dashboard and store directories to the correct module.jsdelfino2011-05-239-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126337 13f79535-47bb-0310-9956-ffa450edef68
* Support cookies over outgoing HTTP calls and a shorter component URL ↵jsdelfino2011-05-2323-90/+190
| | | | | | addressing scheme. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126336 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 2, converted dashboard and store files to ↵jsdelfino2011-05-238-0/+8
| | | | | | directories. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126334 13f79535-47bb-0310-9956-ffa450edef68
* Refactor app data model part 1, add a template for new apps and support for ↵jsdelfino2011-05-2322-64/+323
| | | | | | saving account info. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126333 13f79535-47bb-0310-9956-ffa450edef68
* Set the composites contribution URI when its readantelder2011-05-231-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126331 13f79535-47bb-0310-9956-ffa450edef68
* Set the compsites contribution URI after its readantelder2011-05-231-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126330 13f79535-47bb-0310-9956-ffa450edef68
* Some Javascript cleanup, now working across all browsers including IE9.jsdelfino2011-05-234-85/+51
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126329 13f79535-47bb-0310-9956-ffa450edef68
* Set the Composites contribution URI when its being readantelder2011-05-231-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126327 13f79535-47bb-0310-9956-ffa450edef68
* Add a link from a Composite to its contributionantelder2011-05-232-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126326 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup and organize sample components, apps and html pages.jsdelfino2011-05-2349-2769/+2731
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126306 13f79535-47bb-0310-9956-ffa450edef68
* Minor install script fixes. Add a script to install a minimal build and ↵jsdelfino2011-05-235-12/+303
| | | | | | upgrade to latest libcloud. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126299 13f79535-47bb-0310-9956-ffa450edef68
* Refactor some of the extensions and remove unnecessary namespace prefixes.jsdelfino2011-05-2339-275/+240
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126298 13f79535-47bb-0310-9956-ffa450edef68
* Simplify page navigations and optimize layout and event handling on touch ↵jsdelfino2011-05-2317-457/+800
| | | | | | devices. Optimize caching and minimize Ajax calls. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126297 13f79535-47bb-0310-9956-ffa450edef68
* Allows pass -by-reference for self referencesrfeng2011-05-215-45/+78
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125636 13f79535-47bb-0310-9956-ffa450edef68
* Add an addComposite command to match the Node API and fix the installed ↵antelder2011-05-201-24/+37
| | | | | | command to use the InstalledContribution instead of the Contribution so that the contribution doesn't need to be loaded git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125271 13f79535-47bb-0310-9956-ffa450edef68
* Move the getInstalledContribution method to the Node interfaceantelder2011-05-202-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125270 13f79535-47bb-0310-9956-ffa450edef68
* Remove remoteStart/Stop commands to simplify - don't need remoteStop as stop ↵antelder2011-05-203-40/+28
| | | | | | can see that the composte is running remotely and for start just overload the start command to take a member name to run the composite on git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125259 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug in getting runningCompositeOwnersantelder2011-05-201-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1125258 13f79535-47bb-0310-9956-ffa450edef68