summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-26Move the websocket binding to trunk.fmoga35-1855/+0
2011-07-26Add unit tests for the websocket binding.fmoga9-1/+277
2011-07-26Add LICENSE and NOTICE.fmoga3-36/+247
2011-07-25Improve source code documentation on the websocket binding.fmoga16-23/+83
2011-07-25Remove jquery json plugin dependency. The client side toolkit has no dependen...fmoga3-58/+3
2011-07-25Add multiple response support to binding.websocket.fmoga12-75/+208
2011-07-24Change port attribute to be optional. Set default port to 9000.fmoga2-2/+6
2011-07-24Migrate to embedded Jetty as websocket server. Add javascript service proxy i...fmoga42-1140/+623
2011-07-09Add websocket message multiplexing via persistent connections.fmoga9-160/+370
2011-07-08Add test to demonstrate data conversion to/from JSON. Fix bug in the JSON arr...fmoga19-22/+400
2011-07-08Update sample to demonstrate that runtime uses the same server for services w...fmoga9-27/+183
2011-07-08Stop websocket server cleanly on Tuscany runtime shutdown.fmoga3-2/+2
2011-07-08Initial implementation of binding.websocket with functional sample (test).fmoga12-72/+299
2011-07-06Add scaffolded websocket binding code using Monsoon from filesystem Maven repo.fmoga24-0/+772
2011-06-12Move the OSGi based http host from contrib to trunk as I'm starting to use itantelder10-982/+0
2011-06-11Update to match the current trunk ServletHost interfaceantelder1-1/+21
2011-06-03Add standard module files and layout for CoffeeScript implantelder3-0/+255
2010-09-07Update with an example of how to have a foo reference delegate the invocation...antelder4-10/+49
2010-09-04Add an example attribute to the foo bindingantelder4-1/+14
2010-09-02Use the DefaultBeanModelProcessor to simplify the model objectsantelder5-129/+71
2010-09-01Start of module to show how to write a simple bindingantelder24-0/+1084
2010-08-31Cleaned up the contrib poms.fmoga1-115/+0
2010-08-31Removed comet binding and sample from contrib/.fmoga32-2509/+0
2010-08-27Added geronimo-servlet_3.0_spec:1.0 dependency for Serlvets 3.0.fmoga1-3/+3
2010-08-27Changed Jetty port to 8085 to avoid conflict on testing.fmoga4-26/+42
2010-08-24Copied pom.xml from trunk and trunk/modules in the contrib area in order to b...fmoga1-0/+204
2010-08-24Refactored the way jQuery dependency on the Javascript client is handled.fmoga4-168/+16
2010-08-24Enforced coding standards and formatting.fmoga16-406/+460
2010-08-16Removed unused imports.fmoga1-1/+0
2010-08-16Fixed unit test and renamed it in order to be included at mvn test.fmoga2-15/+1
2010-08-16Added complete javadoc.fmoga7-190/+392
2010-08-16Added javadocs.fmoga4-1/+37
2010-08-16Added Apache License headers.fmoga8-80/+132
2010-08-15Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga3-46/+13
2010-08-15Added Javascript proxy generation.fmoga9-156/+301
2010-08-14Replaced jquery with min version.fmoga3-6241/+155
2010-08-14Added singleton servlet to serve javascript files.fmoga8-16/+6884
2010-08-14Added ServletFactory in order to keep a singleton servlet for all comet servi...fmoga3-23/+70
2010-08-09Removed the projects containing the alternate implementation of the comet bin...fmoga32-1445/+0
2010-08-09Added new implementation for comet binding which supports choosing the transp...fmoga4-111/+62
2010-08-06Added model for alternate implementation of comet binding.fmoga14-0/+560
2010-08-06Added implementation using Jersey RESTful Web Services.fmoga18-0/+885
2010-08-04Cleaned up comet binding.fmoga5-31/+11
2010-08-03Set org.atmosphere.useNative to true in order to skip the TuscanyServletFilte...fmoga4-36/+16
2010-08-02Implemented comet binding using Atmosphere Framework.fmoga13-274/+176
2010-07-30Added unit test.fmoga5-0/+149
2010-07-28Added initial sources to binding-comet-runtime.fmoga10-0/+859
2010-07-28Added initial sources to binding-comet.fmoga12-0/+554
2010-06-25connecting the JAXWS provider to the Tuscany chain. Pointed out an interestin...slaws4-126/+272
2010-06-25Add a little bit more code to include the JAXWSMessageReciever so I can debug...slaws5-5/+29