summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-26Move the websocket binding to trunk.fmoga35-1855/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151250 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Add unit tests for the websocket binding.fmoga9-1/+277
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151035 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Add LICENSE and NOTICE.fmoga3-36/+247
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151024 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25Improve source code documentation on the websocket binding.fmoga16-23/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150769 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25Remove jquery json plugin dependency. The client side toolkit has no ↵fmoga3-58/+3
dependency now. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150609 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25Add multiple response support to binding.websocket.fmoga12-75/+208
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150577 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Change port attribute to be optional. Set default port to 9000.fmoga2-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150388 13f79535-47bb-0310-9956-ffa450edef68
2011-07-24Migrate to embedded Jetty as websocket server. Add javascript service proxy ↵fmoga42-1140/+623
injection. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150357 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09Add websocket message multiplexing via persistent connections.fmoga9-160/+370
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144596 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Add test to demonstrate data conversion to/from JSON. Fix bug in the JSON ↵fmoga19-22/+400
array parser. Refactor salutes test. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144149 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Update sample to demonstrate that runtime uses the same server for services ↵fmoga9-27/+183
with the same uri. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144128 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Stop websocket server cleanly on Tuscany runtime shutdown.fmoga3-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144124 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08Initial implementation of binding.websocket with functional sample (test).fmoga12-72/+299
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1144121 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06Add scaffolded websocket binding code using Monsoon from filesystem Maven repo.fmoga24-0/+772
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1143410 13f79535-47bb-0310-9956-ffa450edef68
2011-06-12Move the OSGi based http host from contrib to trunk as I'm starting to use itantelder10-982/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134874 13f79535-47bb-0310-9956-ffa450edef68
2011-06-11Update to match the current trunk ServletHost interfaceantelder1-1/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1134520 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03Add standard module files and layout for CoffeeScript implantelder3-0/+255
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130921 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Update with an example of how to have a foo reference delegate the ↵antelder4-10/+49
invocation to ths WS binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993324 13f79535-47bb-0310-9956-ffa450edef68
2010-09-04Add an example attribute to the foo bindingantelder4-1/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992542 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Use the DefaultBeanModelProcessor to simplify the model objectsantelder5-129/+71
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991963 13f79535-47bb-0310-9956-ffa450edef68
2010-09-01Start of module to show how to write a simple bindingantelder24-0/+1084
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991555 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Cleaned up the contrib poms.fmoga1-115/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991117 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Removed comet binding and sample from contrib/.fmoga32-2509/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991106 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27Added geronimo-servlet_3.0_spec:1.0 dependency for Serlvets 3.0.fmoga1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990079 13f79535-47bb-0310-9956-ffa450edef68
2010-08-27Changed Jetty port to 8085 to avoid conflict on testing.fmoga4-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
2010-08-24Copied pom.xml from trunk and trunk/modules in the contrib area in order to ↵fmoga1-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
2010-08-24Refactored the way jQuery dependency on the Javascript client is handled.fmoga4-168/+16
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988693 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Enforced coding standards and formatting.fmoga16-406/+460
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988521 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Removed unused imports.fmoga1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985956 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Fixed unit test and renamed it in order to be included at mvn test.fmoga2-15/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985951 13f79535-47bb-0310-9956-ffa450edef68
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