summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added complete javadoc.fmoga2010-08-167-190/+392
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985927 13f79535-47bb-0310-9956-ffa450edef68
* Added javadocs.fmoga2010-08-164-1/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985812 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache License headers.fmoga2010-08-1610-25/+188
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985804 13f79535-47bb-0310-9956-ffa450edef68
* Added Apache License headers.fmoga2010-08-168-80/+132
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985802 13f79535-47bb-0310-9956-ffa450edef68
* Updated sample to use the 'SCA' namespace for javascript toolkit.fmoga2010-08-151-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985655 13f79535-47bb-0310-9956-ffa450edef68
* Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga2010-08-153-46/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985654 13f79535-47bb-0310-9956-ffa450edef68
* Updated sample to use generated proxies and json for parameters.fmoga2010-08-159-28/+158
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985623 13f79535-47bb-0310-9956-ffa450edef68
* Added Javascript proxy generation.fmoga2010-08-159-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
* Replaced jquery with min version.fmoga2010-08-143-6241/+155
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985447 13f79535-47bb-0310-9956-ffa450edef68
* Updated sample to use tuscany javascript servlet.fmoga2010-08-144-6832/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985446 13f79535-47bb-0310-9956-ffa450edef68
* Added singleton servlet to serve javascript files.fmoga2010-08-148-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
* Modified sample name to a more general one as it was obsolete due to latest ↵fmoga2010-08-1413-3/+3
| | | | | | changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985417 13f79535-47bb-0310-9956-ffa450edef68
* Modified the sample in order to illustrate how the binding handles multiple ↵fmoga2010-08-1412-128/+222
| | | | | | comet services through the same persisted http connection. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985415 13f79535-47bb-0310-9956-ffa450edef68
* Added ServletFactory in order to keep a singleton servlet for all comet ↵fmoga2010-08-143-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
* Removed the projects containing the alternate implementation of the comet ↵fmoga2010-08-0945-8708/+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
* Updated the stock comet sample in order to reflect the new capabilities of ↵fmoga2010-08-095-1796/+6813
| | | | | | the latest implementation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983777 13f79535-47bb-0310-9956-ffa450edef68
* Added new implementation for comet binding which supports choosing the ↵fmoga2010-08-094-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
* Added model for alternate implementation of comet binding.fmoga2010-08-0614-0/+560
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982885 13f79535-47bb-0310-9956-ffa450edef68
* Added implementation using Jersey RESTful Web Services.fmoga2010-08-0618-0/+885
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982883 13f79535-47bb-0310-9956-ffa450edef68
* Fixed comet sample.fmoga2010-08-041-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982282 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up comet binding.fmoga2010-08-045-31/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982281 13f79535-47bb-0310-9956-ffa450edef68
* Set org.atmosphere.useNative to true in order to skip the ↵fmoga2010-08-034-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
* Added TuscanyServletFilter instead of TuscanyContextListener.fmoga2010-08-032-34/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982000 13f79535-47bb-0310-9956-ffa450edef68
* Updated the stock sample to use the comet binding implementation.fmoga2010-08-029-198/+50
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981678 13f79535-47bb-0310-9956-ffa450edef68
* Implemented comet binding using Atmosphere Framework.fmoga2010-08-0213-274/+176
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981675 13f79535-47bb-0310-9956-ffa450edef68
* Added unit test.fmoga2010-07-305-0/+149
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980746 13f79535-47bb-0310-9956-ffa450edef68
* Added initial sources to binding-comet-runtime.fmoga2010-07-2810-0/+859
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980229 13f79535-47bb-0310-9956-ffa450edef68
* Added initial sources to binding-comet.fmoga2010-07-2812-0/+554
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980207 13f79535-47bb-0310-9956-ffa450edef68
* Removed async-servlet-sca sample.fmoga2010-07-2815-672/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980128 13f79535-47bb-0310-9956-ffa450edef68
* - Cleaned up servlet-callback samplefmoga2010-07-274-48/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979821 13f79535-47bb-0310-9956-ffa450edef68
* - Added sources for stock-comet-jquery samplefmoga2010-07-2713-0/+7263
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979748 13f79535-47bb-0310-9956-ffa450edef68
* - Added sources of the first versionfmoga2010-07-2711-0/+2200
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979743 13f79535-47bb-0310-9956-ffa450edef68
* move sample to contrib under trunk, (source directory is deprecated for new ↵kelvingoodson2010-07-1317-690/+0
| | | | | | contribs) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963621 13f79535-47bb-0310-9956-ffa450edef68
* move badly placed sample contribkelvingoodson2010-07-1217-0/+690
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963252 13f79535-47bb-0310-9956-ffa450edef68
* move to the toplevel contrib folderantelder2010-06-281-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958486 13f79535-47bb-0310-9956-ffa450edef68
* Update with more deletesantelder2010-06-281-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958485 13f79535-47bb-0310-9956-ffa450edef68
* Delete the old contrib features folder as its now been migrated to the 2.x trunkantelder2010-06-286-665/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958484 13f79535-47bb-0310-9956-ffa450edef68
* Update with more deletesantelder2010-06-281-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958483 13f79535-47bb-0310-9956-ffa450edef68
* Delete the old contrib distribution folder as its now been migrated to the ↵antelder2010-06-28117-31335/+0
| | | | | | 2.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958482 13f79535-47bb-0310-9956-ffa450edef68
* Delete the very old contrib stest folderantelder2010-06-28158-8255/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958481 13f79535-47bb-0310-9956-ffa450edef68
* Add a file recording the historical contentsantelder2010-06-281-0/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958479 13f79535-47bb-0310-9956-ffa450edef68
* Delete old 2.x contrib vtest folder as its replaced by the oasis compliance ↵antelder2010-06-28465-29243/+0
| | | | | | tests in 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958476 13f79535-47bb-0310-9956-ffa450edef68
* connecting the JAXWS provider to the Tuscany chain. Pointed out an ↵slaws2010-06-254-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
* Add a little bit more code to include the JAXWSMessageReciever so I can ↵slaws2010-06-255-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
* TUSCANY-3517: Apply latest updates from async-servlet-sca-0.0.4.zipantelder2010-06-243-134/+161
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957504 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3517: Apply latest updates to callback sample in ↵antelder2010-06-245-7/+39
| | | | | | servlet-callback-0.0.2.zip git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957499 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3517: Apply latest updates to the async servelt sample in ↵antelder2010-06-243-13/+78
| | | | | | async-servlet-sca-0.0.3.zip git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957497 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3517: Commit zip for new test callback sample for Florians GSoC projectantelder2010-06-229-0/+390
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956869 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3517: Apply latest GSoC project zip from Florianantelder2010-06-2210-104/+224
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956851 13f79535-47bb-0310-9956-ffa450edef68
* Remove the webapp stuff that shouldn't be in this Java SE sampleantelder2010-06-185-193/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955989 13f79535-47bb-0310-9956-ffa450edef68