summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the websocket binding to trunk.fmoga2011-07-2635-1855/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151250 13f79535-47bb-0310-9956-ffa450edef68
* Add unit tests for the websocket binding.fmoga2011-07-269-1/+277
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151035 13f79535-47bb-0310-9956-ffa450edef68
* Add LICENSE and NOTICE.fmoga2011-07-263-36/+247
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151024 13f79535-47bb-0310-9956-ffa450edef68
* Improve source code documentation on the websocket binding.fmoga2011-07-2516-23/+83
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150769 13f79535-47bb-0310-9956-ffa450edef68
* Remove jquery json plugin dependency. The client side toolkit has no ↵fmoga2011-07-253-58/+3
| | | | | | dependency now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150609 13f79535-47bb-0310-9956-ffa450edef68
* Add multiple response support to binding.websocket.fmoga2011-07-2512-75/+208
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150577 13f79535-47bb-0310-9956-ffa450edef68
* Change port attribute to be optional. Set default port to 9000.fmoga2011-07-242-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150388 13f79535-47bb-0310-9956-ffa450edef68
* Migrate to embedded Jetty as websocket server. Add javascript service proxy ↵fmoga2011-07-2442-1140/+623
| | | | | | injection. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150357 13f79535-47bb-0310-9956-ffa450edef68
* Add websocket message multiplexing via persistent connections.fmoga2011-07-099-160/+370
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144596 13f79535-47bb-0310-9956-ffa450edef68
* Add test to demonstrate data conversion to/from JSON. Fix bug in the JSON ↵fmoga2011-07-0819-22/+400
| | | | | | array parser. Refactor salutes test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144149 13f79535-47bb-0310-9956-ffa450edef68
* Update sample to demonstrate that runtime uses the same server for services ↵fmoga2011-07-089-27/+183
| | | | | | with the same uri. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144128 13f79535-47bb-0310-9956-ffa450edef68
* Stop websocket server cleanly on Tuscany runtime shutdown.fmoga2011-07-083-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144124 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation of binding.websocket with functional sample (test).fmoga2011-07-0812-72/+299
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144121 13f79535-47bb-0310-9956-ffa450edef68
* Add scaffolded websocket binding code using Monsoon from filesystem Maven repo.fmoga2011-07-0624-0/+772
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143410 13f79535-47bb-0310-9956-ffa450edef68
* Move the OSGi based http host from contrib to trunk as I'm starting to use itantelder2011-06-1210-982/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134874 13f79535-47bb-0310-9956-ffa450edef68
* Update to match the current trunk ServletHost interfaceantelder2011-06-111-1/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134520 13f79535-47bb-0310-9956-ffa450edef68
* Add standard module files and layout for CoffeeScript implantelder2011-06-033-0/+255
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130921 13f79535-47bb-0310-9956-ffa450edef68
* Update with an example of how to have a foo reference delegate the ↵antelder2010-09-074-10/+49
| | | | | | invocation to ths WS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993324 13f79535-47bb-0310-9956-ffa450edef68
* Add an example attribute to the foo bindingantelder2010-09-044-1/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992542 13f79535-47bb-0310-9956-ffa450edef68
* Use the DefaultBeanModelProcessor to simplify the model objectsantelder2010-09-025-129/+71
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991963 13f79535-47bb-0310-9956-ffa450edef68
* Start of module to show how to write a simple bindingantelder2010-09-0124-0/+1084
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991555 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the contrib poms.fmoga2010-08-311-115/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991117 13f79535-47bb-0310-9956-ffa450edef68
* Removed comet binding and sample from contrib/.fmoga2010-08-3132-2509/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991106 13f79535-47bb-0310-9956-ffa450edef68
* 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