summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-16Added complete javadoc.fmoga7-190/+392
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985927 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added javadocs.fmoga4-1/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985812 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added Apache License headers.fmoga8-80/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985802 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga3-46/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985654 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Added Javascript proxy generation.fmoga9-156/+301
Added passing parameters through JSON. Added Gson and jquery-json as dependencies. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985622 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Replaced jquery with min version.fmoga3-6241/+155
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985447 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Added singleton servlet to serve javascript files.fmoga8-16/+6884
Added sequential loading of javascript dependencies. Changed snapshot version of atmosphere to stable 0.6.1. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985445 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Added ServletFactory in order to keep a singleton servlet for all comet ↵fmoga3-23/+70
services in a scdl so that the two connection limit issue with the browsers is avoided. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985414 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09Removed the projects containing the alternate implementation of the comet ↵fmoga32-1445/+0
binding as it is now the main implementation and has been committed correspondingly. Removed the stock-comet-jquery sample as it is now the main sample for the binding and has been committed correspondingly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983781 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09Added new implementation for comet binding which supports choosing the ↵fmoga4-111/+62
transport (http streaming, long pooling, websockets) at runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983776 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06Added model for alternate implementation of comet binding.fmoga14-0/+560
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982885 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06Added implementation using Jersey RESTful Web Services.fmoga18-0/+885
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982883 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04Cleaned up comet binding.fmoga5-31/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982281 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Set org.atmosphere.useNative to true in order to skip the ↵fmoga4-36/+16
TuscanyServletFilter exception regarding Servlets 3.0 and use native APIs. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982001 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Implemented comet binding using Atmosphere Framework.fmoga13-274/+176
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981675 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Added unit test.fmoga5-0/+149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980746 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Added initial sources to binding-comet-runtime.fmoga10-0/+859
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980229 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Added initial sources to binding-comet.fmoga12-0/+554
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980207 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25connecting the JAXWS provider to the Tuscany chain. Pointed out an ↵slaws4-126/+272
interesting thing that should have been obvious but which I didn't notice before. The MessageContext coming from a JAXWSProvider is a JAXWS MessageContext and we are expecting an Axis MessageContext in our existing code. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957987 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25Add a little bit more code to include the JAXWSMessageReciever so I can ↵slaws5-5/+29
debug some samples and see if there is any mileage in this approach git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957864 13f79535-47bb-0310-9956-ffa450edef68
2010-06-11This is turning out to be problematic and not necessarily any tidier than ↵slaws3-10/+128
out existing Axis integration so I'm saving the current state and thinking about moving back to improving the integration based on our existing module. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953602 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09Add some code to install the JAXWS provider into Axis and copy the code from ↵slaws6-23/+652
the old binding to integrate the Axis2 runtime with our servler container. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953017 13f79535-47bb-0310-9956-ffa450edef68
2010-06-08Start thinking about providing and Axis backed runtime for the JAXWS based ↵slaws22-0/+2297
ws binding so that we can exploit Axis policy and protocols. Very early days so not ready for trunk yet. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952627 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29Fix to correctly remove nested dependent contributionsantelder1-4/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949346 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder15-0/+857
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948778 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Remove old contrib module so the later one in trunk can be put hereantelder15-857/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948777 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder6-0/+981
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948776 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder13-0/+852
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948775 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder8-0/+671
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948774 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-0/+909
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948773 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-0/+1279
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948772 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-0/+962
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948771 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder10-0/+1312
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948769 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Move module to contrib as its not in the build or being actively worked onantelder7-0/+475
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948768 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Add new exceptionsantelder1-6/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948699 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27Update to use ValidationExceptionantelder3-41/+26
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948696 13f79535-47bb-0310-9956-ffa450edef68
2010-05-25Remove the constructors that use the uri: and properties: options to keep ↵antelder1-96/+0
things as simple as possible for now git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947945 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24Move all use of NodeFactory out of section10 class and associated code cleanupantelder6-101/+183
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947583 13f79535-47bb-0310-9956-ffa450edef68
2010-05-24Handle dependent contribution relationships so removing a contribution also ↵antelder3-31/+42
removes those depending on it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947572 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Tidy up commentsantelder1-3/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947388 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Updateto use getLocationAsURL from common module, add some todo's and delete ↵antelder1-18/+4
some blank lines git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947387 13f79535-47bb-0310-9956-ffa450edef68
2010-05-23Keep track of the default deployablesantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947386 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Start adding code for addDeploymentCompositeantelder2-21/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947265 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Remove now unused methodantelder1-21/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947258 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Remove class committed by accidentantelder1-168/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947256 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Uncomment test annotationantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947254 13f79535-47bb-0310-9956-ffa450edef68
2010-05-22Update with code to deploy composites, add getInstalledContributions and ↵antelder7-162/+491
getDeployedComposites. Refactor code to have a separate DeployedComposite class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947252 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Fix typo in method signatureantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947079 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Remove comment about deployContribution/undeployContribution as you can do ↵antelder2-9/+13
that with the existing methods and add getDeployedCompostes/getInstalledContributions to make that easier git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947047 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Remove comment about stop/startComponent as you'd have to do the entire ↵antelder1-8/+0
composite and addToDomainLevelComposite/removeFromDomainLevelComposite exist for that git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947044 13f79535-47bb-0310-9956-ffa450edef68