summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move the websocket binding to trunk.fmoga2011-07-2635-1855/+0
* Add unit tests for the websocket binding.fmoga2011-07-269-1/+277
* Add LICENSE and NOTICE.fmoga2011-07-263-36/+247
* Improve source code documentation on the websocket binding.fmoga2011-07-2516-23/+83
* Remove jquery json plugin dependency. The client side toolkit has no dependen...fmoga2011-07-253-58/+3
* Add multiple response support to binding.websocket.fmoga2011-07-2512-75/+208
* Change port attribute to be optional. Set default port to 9000.fmoga2011-07-242-2/+6
* Migrate to embedded Jetty as websocket server. Add javascript service proxy i...fmoga2011-07-2442-1140/+623
* Add websocket message multiplexing via persistent connections.fmoga2011-07-099-160/+370
* Add test to demonstrate data conversion to/from JSON. Fix bug in the JSON arr...fmoga2011-07-0819-22/+400
* Update sample to demonstrate that runtime uses the same server for services w...fmoga2011-07-089-27/+183
* Stop websocket server cleanly on Tuscany runtime shutdown.fmoga2011-07-083-2/+2
* Initial implementation of binding.websocket with functional sample (test).fmoga2011-07-0812-72/+299
* Add scaffolded websocket binding code using Monsoon from filesystem Maven repo.fmoga2011-07-0624-0/+772
* Move the OSGi based http host from contrib to trunk as I'm starting to use itantelder2011-06-1210-982/+0
* Update to match the current trunk ServletHost interfaceantelder2011-06-111-1/+21
* Add standard module files and layout for CoffeeScript implantelder2011-06-033-0/+255
* Update with an example of how to have a foo reference delegate the invocation...antelder2010-09-074-10/+49
* Add an example attribute to the foo bindingantelder2010-09-044-1/+14
* Use the DefaultBeanModelProcessor to simplify the model objectsantelder2010-09-025-129/+71
* Start of module to show how to write a simple bindingantelder2010-09-0124-0/+1084
* Cleaned up the contrib poms.fmoga2010-08-311-115/+0
* Removed comet binding and sample from contrib/.fmoga2010-08-3132-2509/+0
* Added geronimo-servlet_3.0_spec:1.0 dependency for Serlvets 3.0.fmoga2010-08-271-3/+3
* Changed Jetty port to 8085 to avoid conflict on testing.fmoga2010-08-274-26/+42
* Copied pom.xml from trunk and trunk/modules in the contrib area in order to b...fmoga2010-08-241-0/+204
* Refactored the way jQuery dependency on the Javascript client is handled.fmoga2010-08-244-168/+16
* Enforced coding standards and formatting.fmoga2010-08-2416-406/+460
* Removed unused imports.fmoga2010-08-161-1/+0
* Fixed unit test and renamed it in order to be included at mvn test.fmoga2010-08-162-15/+1
* Added complete javadoc.fmoga2010-08-167-190/+392
* Added javadocs.fmoga2010-08-164-1/+37
* Added Apache License headers.fmoga2010-08-168-80/+132
* Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga2010-08-153-46/+13
* Added Javascript proxy generation.fmoga2010-08-159-156/+301
* Replaced jquery with min version.fmoga2010-08-143-6241/+155
* Added singleton servlet to serve javascript files.fmoga2010-08-148-16/+6884
* Added ServletFactory in order to keep a singleton servlet for all comet servi...fmoga2010-08-143-23/+70
* Removed the projects containing the alternate implementation of the comet bin...fmoga2010-08-0932-1445/+0
* Added new implementation for comet binding which supports choosing the transp...fmoga2010-08-094-111/+62
* Added model for alternate implementation of comet binding.fmoga2010-08-0614-0/+560
* Added implementation using Jersey RESTful Web Services.fmoga2010-08-0618-0/+885
* Cleaned up comet binding.fmoga2010-08-045-31/+11
* Set org.atmosphere.useNative to true in order to skip the TuscanyServletFilte...fmoga2010-08-034-36/+16
* Implemented comet binding using Atmosphere Framework.fmoga2010-08-0213-274/+176
* Added unit test.fmoga2010-07-305-0/+149
* Added initial sources to binding-comet-runtime.fmoga2010-07-2810-0/+859
* Added initial sources to binding-comet.fmoga2010-07-2812-0/+554
* connecting the JAXWS provider to the Tuscany chain. Pointed out an interestin...slaws2010-06-254-126/+272
* Add a little bit more code to include the JAXWSMessageReciever so I can debug...slaws2010-06-255-5/+29