summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/modules/binding-comet-runtime/src/main/java/org/apache/tuscany/sca/binding (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed comet binding and sample from contrib/.fmoga2010-08-318-795/+0
* Changed Jetty port to 8085 to avoid conflict on testing.fmoga2010-08-272-22/+32
* Refactored the way jQuery dependency on the Javascript client is handled.fmoga2010-08-241-5/+3
* Enforced coding standards and formatting.fmoga2010-08-248-360/+390
* Removed unused imports.fmoga2010-08-161-1/+0
* Added complete javadoc.fmoga2010-08-165-174/+371
* Added javadocs.fmoga2010-08-163-1/+34
* Added Apache License headers.fmoga2010-08-165-68/+76
* Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga2010-08-152-44/+10
* Added Javascript proxy generation.fmoga2010-08-155-19/+147
* Replaced jquery with min version.fmoga2010-08-141-1/+1
* Added singleton servlet to serve javascript files.fmoga2010-08-144-14/+53
* Added ServletFactory in order to keep a singleton servlet for all comet servi...fmoga2010-08-143-23/+70
* Added new implementation for comet binding which supports choosing the transp...fmoga2010-08-094-111/+62
* Cleaned up comet binding.fmoga2010-08-045-31/+11
* Set org.atmosphere.useNative to true in order to skip the TuscanyServletFilte...fmoga2010-08-032-13/+2
* Implemented comet binding using Atmosphere Framework.fmoga2010-08-027-235/+155
* Added initial sources to binding-comet-runtime.fmoga2010-07-285-0/+500