summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-05-11Move BPEL sample out of trunk as Implementation BPEL doesn't work properly yetantelder8-0/+459
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1337083 13f79535-47bb-0310-9956-ffa450edef68
2012-05-11Move Ant sample out of trunk as its not finishedantelder11-0/+772
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1337079 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Move the websocket binding samples to trunk.fmoga50-3131/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151246 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Move the comet binding samples to trunk.fmoga50-3320/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151245 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Provide README files for the comet binding samples. Add Tomcat 7 plugin to ↵fmoga8-9/+462
run samples easily. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151241 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Fix version number.fmoga4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151216 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Add README files to present websocket samples. Add Jetty plugin to enable ↵fmoga7-2/+304
jetty:run. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151077 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26Fix typos in README.fmoga1-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151057 13f79535-47bb-0310-9956-ffa450edef68
2011-07-26git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151052 ↵fmoga3-4/+79
13f79535-47bb-0310-9956-ffa450edef68
2011-07-25Remove instructions about jQuery dependency.fmoga4-4/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150610 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25Add samples sources with ignores.fmoga45-0/+2712
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150591 13f79535-47bb-0310-9956-ffa450edef68
2011-07-25Add pom for websocket samples.fmoga1-0/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1150583 13f79535-47bb-0310-9956-ffa450edef68
2011-06-09Minor modifications to the comet samples.fmoga4-15/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133716 13f79535-47bb-0310-9956-ffa450edef68
2011-06-05Replace the use of absolute path with relative path when using a file in the ↵fmoga3-37/+38
webapp. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132415 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03Move from taking jquery from Google APIs to local jquery file to enable ↵fmoga8-4/+620
offline testing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1130912 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga3-11/+54
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129614 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga2-44/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129612 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga3-69/+94
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129611 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Code cleanup.fmoga6-11/+108
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129610 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Add focuses and Enter key shortcut for the chat sample.fmoga1-4/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127839 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Add real-time suggestion sample using a service with non-void return type. ↵fmoga27-3/+530
Rename the weather-webapp sample. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127833 13f79535-47bb-0310-9956-ffa450edef68
2011-05-26Add a few comments to the chat sample.fmoga2-1/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127793 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Add new samples to binding.comet samples pom.fmoga1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127733 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Add chat sample for binding.cometfmoga7-0/+267
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127726 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Add pub/sub sample for binding.cometfmoga10-0/+551
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127725 13f79535-47bb-0310-9956-ffa450edef68
2011-05-25Change jQuery version to 1.4.2. Change path to CometComponentContext.js with ↵fmoga1-2/+2
new mapping. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127489 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24Update sample to reflect latest upgrades in the comet module.fmoga5-40/+53
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1127081 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Enable async bare test now that TUSCANY-3832 is fixed.scottkurz3-5/+12
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070929 13f79535-47bb-0310-9956-ffa450edef68
2011-02-11Update comet binding sample to demonstrate server push.fmoga8-48/+110
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069940 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Copy all trunk samples to contribantelder752-0/+46014
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069274 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Rename these old samples in contribantelder1280-78305/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069273 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31Removed comet binding and sample from contrib/.fmoga13-620/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991106 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26Add service element defining the sca binidng (for the jsp) and ws and rmi ↵antelder1-0/+5
binidngs, the aditional bindings need the name attribute to avoid an error but it seems a shame that can't have a default git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989634 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26Correct jar usageantelder1-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989630 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26Make interface remotable so it works with remotabel bindings like ws, rmi etcantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989629 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26Add minimal Ant build script that uses the shaded base-nodep jarantelder1-0/+60
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989611 13f79535-47bb-0310-9956-ffa450edef68
2010-08-26Start of a sample for Hema, a user asking for this on the mailing list - ↵antelder8-0/+320
http://apache.markmail.org/message/7k3nvus244rrl7k2 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@989602 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Minor update involving default values.fmoga1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988762 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Updated sample to reflect latest refactoring.fmoga1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988695 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24Enforced coding standards and formatting.fmoga6-18/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@988521 13f79535-47bb-0310-9956-ffa450edef68
2010-08-16Removed websocket option as it is outside of comet scope.fmoga1-2/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985928 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-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-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-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-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-09Removed the projects containing the alternate implementation of the comet ↵fmoga13-7263/+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-04Fixed comet sample.fmoga1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@982282 13f79535-47bb-0310-9956-ffa450edef68