summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende12-37/+37
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31Remove comet binding sample from unreleased.fmoga16-761/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129618 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Update parent poms to match unreleased/samples structurefmoga2-20/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124686 13f79535-47bb-0310-9956-ffa450edef68
2011-05-19Import work in progress code for comet binding samplefmoga16-0/+776
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124669 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Update the webapp sample to use the tuscany plugin to run the webappantelder2-6/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087684 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Update the scaclient sample to use the tuscany plugin to invoke the sample ↵antelder2-14/+15
main method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087673 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Copy the trunk getting started samples to unreleased to continue modifying themantelder21-0/+949
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087670 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Delete the old samples in unreleased that have been moved back to trunkantelder9-337/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087668 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Delete the old samples in unreleased that have been moved back to trunkantelder7-279/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087667 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Move the store app to unreleasedantelder21-0/+1444
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086858 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Add a webapp based helloworld exampleantelder9-0/+337
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081733 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Add OO doc about the samplesantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081711 13f79535-47bb-0310-9956-ffa450edef68
2011-03-15Remove example Ant build scriptantelder3-294/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081680 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14Simplify sample by removing things that aren't necessaryantelder2-11/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081285 13f79535-47bb-0310-9956-ffa450edef68
2011-03-11Add a sample that uses Scalaantelder6-0/+213
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080511 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28Add Ant build script generated from mvn ant:antantelder3-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075361 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Add an alternative approach to the helloworld rest sample that reuses the ↵antelder8-0/+369
helloworld sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074480 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25Use the latest Spring SCA extension namespaceantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074441 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add binding dependenciesantelder1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073845 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add a test sample that uses Spring with both binding.http and binding.restantelder8-0/+382
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073839 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add the JAXRS APIs so the maven build worksantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073830 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Start looking at how to do all the http/rest/web20 type samples, this one a ↵antelder7-0/+340
helloworld sample using binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073816 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Start looking at how to do all the http/rest/web20 type samples with a ↵antelder7-0/+346
helloworld http sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073803 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Updates to the spring helloworld sample, move all the config files into ↵antelder3-1/+3
meta-inf and add a sca service element to the beans xml file git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073733 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Remove things from the pom that are redundant now that it uses a parentantelder1-12/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073638 13f79535-47bb-0310-9956-ffa450edef68
2011-02-23Add new version of the helloworld sample which doesn't include anything to ↵antelder7-0/+236
do with running Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073637 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17Update READMEantelder1-20/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071624 13f79535-47bb-0310-9956-ffa450edef68
2011-02-17Add a helloworld sample using implementation.springantelder8-0/+327
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071621 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15Add a binding.ws composite that can be used with the helloworld sampleantelder1-0/+32
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071020 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14Minor README editsantelder1-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070449 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14Update helloworld sample to use top level sam[ple pom.xml as parentantelder1-2/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070427 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Copy the samples readme to unreleasedantelder1-0/+154
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069282 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Copy the helloworld sample to unreleasedantelder7-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069280 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Move the current trunk unreleased folder to contrib as i don't think ↵antelder97-6428/+0
anything in there is being actively worked on. If this not the case and something is then no problem to move it back git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069275 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05Fix lots of depricated maven variable warnings for Maven v3antelder5-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
2010-12-09TUSCANY-3801 - Make the async invoker creation signature more consistent ↵slaws2-9/+4
with the invoke creation signature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043910 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws2-6/+4
the "process" methods I added as a convenience for sharing invoker implementation. Asl get rid of "throws" from Invocable git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043447 13f79535-47bb-0310-9956-ffa450edef68
2010-12-07TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ↵slaws4-15/+29
async response handler so that the invokerAsyncResponse can have a void return type. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042976 13f79535-47bb-0310-9956-ffa450edef68
2010-12-06TUSCANY-3801 - move chain tail location code into the chain implementationslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03correct importslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041875 13f79535-47bb-0310-9956-ffa450edef68
2010-12-03TUSCANY-3801 - update to match infrastructure changes to support native ↵slaws5-19/+66
async bindings (not committed yet) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041784 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Make space for testing native as well as generic async support in bindingsslaws5-70/+100
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041090 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Correct the implementation of the service to expect/produce elementsslaws1-3/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041088 13f79535-47bb-0310-9956-ffa450edef68
2010-12-01Make it clear the this invoker is for handling async responses. slaws2-2/+70
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041080 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Add code to process the async responseslaws4-13/+117
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040598 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Open up this utility so it can be used from the async implementation providerslaws1-14/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040594 13f79535-47bb-0310-9956-ffa450edef68
2010-11-30Change to pom dependency so I don't have to keep building the base jar just ↵slaws1-1/+2
to test individual changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040448 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24Changes to move toward supporting async operation in the sample ↵slaws6-5/+42
implementation. Won't compile until I get the infrastructure changes checked in. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038570 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24Correct System.outs to match the class namesslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038568 13f79535-47bb-0310-9956-ffa450edef68
2010-11-24Add a callback operation to the reference component implementationslaws1-3/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038567 13f79535-47bb-0310-9956-ffa450edef68