summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-16Added complete javadoc.fmoga7-190/+392
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985927 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added javadocs.fmoga4-1/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985812 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added Apache License headers.fmoga10-25/+188
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985804 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Added Apache License headers.fmoga8-80/+132
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985802 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Updated sample to use the 'SCA' namespace for javascript toolkit.fmoga1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985655 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Added 'SCA' namespace to the embedded jquery, jquery extensions and tuscany API.fmoga3-46/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985654 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Updated sample to use generated proxies and json for parameters.fmoga9-28/+158
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985623 13f79535-47bb-0310-9956-ffa450edef68
2010-08-15Added Javascript proxy generation.fmoga9-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
2010-08-14Replaced jquery with min version.fmoga3-6241/+155
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985447 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Updated sample to use tuscany javascript servlet.fmoga4-6832/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985446 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Added singleton servlet to serve javascript files.fmoga8-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
2010-08-14Modified sample name to a more general one as it was obsolete due to latest ↵fmoga13-3/+3
changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985417 13f79535-47bb-0310-9956-ffa450edef68
2010-08-14Modified the sample in order to illustrate how the binding handles multiple ↵fmoga12-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
2010-08-14Added ServletFactory in order to keep a singleton servlet for all comet ↵fmoga3-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
2010-08-09Removed the projects containing the alternate implementation of the comet ↵fmoga45-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
2010-08-09Updated the stock comet sample in order to reflect the new capabilities of ↵fmoga5-1796/+6813
the latest implementation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983777 13f79535-47bb-0310-9956-ffa450edef68
2010-08-09Added new implementation for comet binding which supports choosing the ↵fmoga4-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
2010-08-06Added model for alternate implementation of comet binding.fmoga14-0/+560
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982885 13f79535-47bb-0310-9956-ffa450edef68
2010-08-06Added implementation using Jersey RESTful Web Services.fmoga18-0/+885
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982883 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04Fixed comet sample.fmoga1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982282 13f79535-47bb-0310-9956-ffa450edef68
2010-08-04Cleaned up comet binding.fmoga5-31/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982281 13f79535-47bb-0310-9956-ffa450edef68
2010-08-03Set org.atmosphere.useNative to true in order to skip the ↵fmoga4-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
2010-08-03Added TuscanyServletFilter instead of TuscanyContextListener.fmoga2-34/+24
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982000 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Updated the stock sample to use the comet binding implementation.fmoga9-198/+50
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981678 13f79535-47bb-0310-9956-ffa450edef68
2010-08-02Implemented comet binding using Atmosphere Framework.fmoga13-274/+176
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981675 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30Added unit test.fmoga5-0/+149
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980746 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Added initial sources to binding-comet-runtime.fmoga10-0/+859
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980229 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Added initial sources to binding-comet.fmoga12-0/+554
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980207 13f79535-47bb-0310-9956-ffa450edef68
2010-07-28Removed async-servlet-sca sample.fmoga15-672/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980128 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27- Cleaned up servlet-callback samplefmoga4-48/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979821 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27- Added sources for stock-comet-jquery samplefmoga13-0/+7263
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979748 13f79535-47bb-0310-9956-ffa450edef68
2010-07-27- Added sources of the first versionfmoga11-0/+2200
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@979743 13f79535-47bb-0310-9956-ffa450edef68
2010-07-13move sample to contrib under trunk, (source directory is deprecated for new ↵kelvingoodson17-690/+0
contribs) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963621 13f79535-47bb-0310-9956-ffa450edef68
2010-07-12move badly placed sample contribkelvingoodson17-0/+690
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963252 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28move to the toplevel contrib folderantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958486 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Update with more deletesantelder1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958485 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Delete the old contrib features folder as its now been migrated to the 2.x trunkantelder6-665/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958484 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Update with more deletesantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958483 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Delete the old contrib distribution folder as its now been migrated to the ↵antelder117-31335/+0
2.x trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958482 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Delete the very old contrib stest folderantelder158-8255/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958481 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Add a file recording the historical contentsantelder1-0/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958479 13f79535-47bb-0310-9956-ffa450edef68
2010-06-28Delete old 2.x contrib vtest folder as its replaced by the oasis compliance ↵antelder465-29243/+0
tests in 2.x git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@958476 13f79535-47bb-0310-9956-ffa450edef68
2010-06-25connecting the JAXWS provider to the Tuscany chain. Pointed out an ↵slaws4-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
2010-06-25Add a little bit more code to include the JAXWSMessageReciever so I can ↵slaws5-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
2010-06-24TUSCANY-3517: Apply latest updates from async-servlet-sca-0.0.4.zipantelder3-134/+161
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@957504 13f79535-47bb-0310-9956-ffa450edef68
2010-06-24TUSCANY-3517: Apply latest updates to callback sample in ↵antelder5-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
2010-06-24TUSCANY-3517: Apply latest updates to the async servelt sample in ↵antelder3-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
2010-06-22TUSCANY-3517: Commit zip for new test callback sample for Florians GSoC projectantelder9-0/+390
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956869 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22TUSCANY-3517: Apply latest GSoC project zip from Florianantelder10-104/+224
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956851 13f79535-47bb-0310-9956-ffa450edef68
2010-06-18Remove the webapp stuff that shouldn't be in this Java SE sampleantelder5-193/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955989 13f79535-47bb-0310-9956-ffa450edef68