summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-312-124/+0
* Removed comet binding and sample from contrib/.fmoga2010-08-3145-3129/+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
* Add service element defining the sca binidng (for the jsp) and ws and rmi bin...antelder2010-08-261-0/+5
* Correct jar usageantelder2010-08-261-3/+6
* Make interface remotable so it works with remotabel bindings like ws, rmi etcantelder2010-08-261-0/+3
* Add minimal Ant build script that uses the shaded base-nodep jarantelder2010-08-261-0/+60
* Start of a sample for Hema, a user asking for this on the mailing list - http...antelder2010-08-268-0/+320
* Copied pom.xml from trunk and trunk/modules in the contrib area in order to b...fmoga2010-08-242-0/+1197
* Minor update involving default values.fmoga2010-08-241-2/+2
* Updated sample to reflect latest refactoring.fmoga2010-08-241-0/+2
* Refactored the way jQuery dependency on the Javascript client is handled.fmoga2010-08-244-168/+16
* Enforced coding standards and formatting.fmoga2010-08-2422-424/+481
* 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
* Removed websocket option as it is outside of comet scope.fmoga2010-08-161-2/+1
* Added complete javadoc.fmoga2010-08-167-190/+392
* Added javadocs.fmoga2010-08-164-1/+37
* Added Apache License headers.fmoga2010-08-1610-25/+188
* Added Apache License headers.fmoga2010-08-168-80/+132
* Updated sample to use the 'SCA' namespace for javascript toolkit.fmoga2010-08-151-5/+5
* Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga2010-08-153-46/+13
* Updated sample to use generated proxies and json for parameters.fmoga2010-08-159-28/+158
* Added Javascript proxy generation.fmoga2010-08-159-156/+301
* Replaced jquery with min version.fmoga2010-08-143-6241/+155
* Updated sample to use tuscany javascript servlet.fmoga2010-08-144-6832/+1
* Added singleton servlet to serve javascript files.fmoga2010-08-148-16/+6884
* Modified sample name to a more general one as it was obsolete due to latest c...fmoga2010-08-1413-3/+3
* Modified the sample in order to illustrate how the binding handles multiple c...fmoga2010-08-1412-128/+222
* 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-0945-8708/+0
* Updated the stock comet sample in order to reflect the new capabilities of th...fmoga2010-08-095-1796/+6813
* 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
* Fixed comet sample.fmoga2010-08-041-0/+1
* 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
* Added TuscanyServletFilter instead of TuscanyContextListener.fmoga2010-08-032-34/+24
* Updated the stock sample to use the comet binding implementation.fmoga2010-08-029-198/+50
* 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
* Removed async-servlet-sca sample.fmoga2010-07-2815-672/+0
* - Cleaned up servlet-callback samplefmoga2010-07-274-48/+27