summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added geronimo-servlet_3.0_spec:1.0 dependency for Serlvets 3.0.fmoga2010-08-271-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990079 13f79535-47bb-0310-9956-ffa450edef68
* Changed Jetty port to 8085 to avoid conflict on testing.fmoga2010-08-274-26/+42
| | | | | | | Fixed servlet mapping removal and refactored ServletFactory code. Added temporary fix for javaee 6 related unit test error by adding servlet-api:3.0-alpha-1 instead of javaee-web-api:6.0. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990078 13f79535-47bb-0310-9956-ffa450edef68
* Copied pom.xml from trunk and trunk/modules in the contrib area in order to ↵fmoga2010-08-241-0/+204
| | | | | | be able to build modules and avoid missing parent pom errors. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988763 13f79535-47bb-0310-9956-ffa450edef68
* Refactored the way jQuery dependency on the Javascript client is handled.fmoga2010-08-244-168/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988693 13f79535-47bb-0310-9956-ffa450edef68
* Enforced coding standards and formatting.fmoga2010-08-2416-406/+460
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988521 13f79535-47bb-0310-9956-ffa450edef68
* Removed unused imports.fmoga2010-08-161-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985956 13f79535-47bb-0310-9956-ffa450edef68
* Fixed unit test and renamed it in order to be included at mvn test.fmoga2010-08-162-15/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985951 13f79535-47bb-0310-9956-ffa450edef68
* Added complete javadoc.fmoga2010-08-167-190/+392
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985927 13f79535-47bb-0310-9956-ffa450edef68
* Added javadocs.fmoga2010-08-164-1/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985812 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache License headers.fmoga2010-08-168-80/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985802 13f79535-47bb-0310-9956-ffa450edef68
* Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga2010-08-153-46/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985654 13f79535-47bb-0310-9956-ffa450edef68
* Added Javascript proxy generation.fmoga2010-08-159-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
* Replaced jquery with min version.fmoga2010-08-143-6241/+155
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985447 13f79535-47bb-0310-9956-ffa450edef68
* Added singleton servlet to serve javascript files.fmoga2010-08-148-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
* Added ServletFactory in order to keep a singleton servlet for all comet ↵fmoga2010-08-143-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
* Removed the projects containing the alternate implementation of the comet ↵fmoga2010-08-0932-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
* Added new implementation for comet binding which supports choosing the ↵fmoga2010-08-094-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
* Added model for alternate implementation of comet binding.fmoga2010-08-0614-0/+560
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982885 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation using Jersey RESTful Web Services.fmoga2010-08-0618-0/+885
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982883 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up comet binding.fmoga2010-08-045-31/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982281 13f79535-47bb-0310-9956-ffa450edef68
* Set org.atmosphere.useNative to true in order to skip the ↵fmoga2010-08-034-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
* Implemented comet binding using Atmosphere Framework.fmoga2010-08-0213-274/+176
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981675 13f79535-47bb-0310-9956-ffa450edef68
* Added unit test.fmoga2010-07-305-0/+149
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980746 13f79535-47bb-0310-9956-ffa450edef68
* Added initial sources to binding-comet-runtime.fmoga2010-07-2810-0/+859
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980229 13f79535-47bb-0310-9956-ffa450edef68
* Added initial sources to binding-comet.fmoga2010-07-2812-0/+554
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980207 13f79535-47bb-0310-9956-ffa450edef68
* connecting the JAXWS provider to the Tuscany chain. Pointed out an ↵slaws2010-06-254-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
* Add a little bit more code to include the JAXWSMessageReciever so I can ↵slaws2010-06-255-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
* This is turning out to be problematic and not necessarily any tidier than ↵slaws2010-06-113-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
* Add some code to install the JAXWS provider into Axis and copy the code from ↵slaws2010-06-096-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
* Start thinking about providing and Axis backed runtime for the JAXWS based ↵slaws2010-06-0822-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
* Fix to correctly remove nested dependent contributionsantelder2010-05-291-4/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949346 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2715-0/+857
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948778 13f79535-47bb-0310-9956-ffa450edef68
* Remove old contrib module so the later one in trunk can be put hereantelder2010-05-2715-857/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948777 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-276-0/+981
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948776 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2713-0/+852
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948775 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-278-0/+671
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948774 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-0/+909
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948773 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-0/+1279
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948772 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-0/+962
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948771 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-2710-0/+1312
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948769 13f79535-47bb-0310-9956-ffa450edef68
* Move module to contrib as its not in the build or being actively worked onantelder2010-05-277-0/+475
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948768 13f79535-47bb-0310-9956-ffa450edef68
* Add new exceptionsantelder2010-05-271-6/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948699 13f79535-47bb-0310-9956-ffa450edef68
* Update to use ValidationExceptionantelder2010-05-273-41/+26
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948696 13f79535-47bb-0310-9956-ffa450edef68
* Remove the constructors that use the uri: and properties: options to keep ↵antelder2010-05-251-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
* Move all use of NodeFactory out of section10 class and associated code cleanupantelder2010-05-246-101/+183
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947583 13f79535-47bb-0310-9956-ffa450edef68
* Handle dependent contribution relationships so removing a contribution also ↵antelder2010-05-243-31/+42
| | | | | | removes those depending on it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947572 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up commentsantelder2010-05-231-3/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947388 13f79535-47bb-0310-9956-ffa450edef68
* Updateto use getLocationAsURL from common module, add some todo's and delete ↵antelder2010-05-231-18/+4
| | | | | | some blank lines git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947387 13f79535-47bb-0310-9956-ffa450edef68
* Keep track of the default deployablesantelder2010-05-231-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947386 13f79535-47bb-0310-9956-ffa450edef68
* Start adding code for addDeploymentCompositeantelder2010-05-222-21/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947265 13f79535-47bb-0310-9956-ffa450edef68