summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-2212-37/+37
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* Remove comet binding sample from unreleased.fmoga2011-05-3116-761/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1129618 13f79535-47bb-0310-9956-ffa450edef68
* Update parent poms to match unreleased/samples structurefmoga2011-05-192-20/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124686 13f79535-47bb-0310-9956-ffa450edef68
* Import work in progress code for comet binding samplefmoga2011-05-1916-0/+776
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1124669 13f79535-47bb-0310-9956-ffa450edef68
* Update the webapp sample to use the tuscany plugin to run the webappantelder2011-04-012-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087684 13f79535-47bb-0310-9956-ffa450edef68
* Update the scaclient sample to use the tuscany plugin to invoke the sample ↵antelder2011-04-012-14/+15
| | | | | | main method git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087673 13f79535-47bb-0310-9956-ffa450edef68
* Copy the trunk getting started samples to unreleased to continue modifying themantelder2011-04-0121-0/+949
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087670 13f79535-47bb-0310-9956-ffa450edef68
* Delete the old samples in unreleased that have been moved back to trunkantelder2011-04-019-337/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087668 13f79535-47bb-0310-9956-ffa450edef68
* Delete the old samples in unreleased that have been moved back to trunkantelder2011-04-017-279/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087667 13f79535-47bb-0310-9956-ffa450edef68
* Move the store app to unreleasedantelder2011-03-3021-0/+1444
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086858 13f79535-47bb-0310-9956-ffa450edef68
* Add a webapp based helloworld exampleantelder2011-03-159-0/+337
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081733 13f79535-47bb-0310-9956-ffa450edef68
* Add OO doc about the samplesantelder2011-03-151-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081711 13f79535-47bb-0310-9956-ffa450edef68
* Remove example Ant build scriptantelder2011-03-153-294/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081680 13f79535-47bb-0310-9956-ffa450edef68
* Simplify sample by removing things that aren't necessaryantelder2011-03-142-11/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081285 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample that uses Scalaantelder2011-03-116-0/+213
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080511 13f79535-47bb-0310-9956-ffa450edef68
* Add Ant build script generated from mvn ant:antantelder2011-02-283-0/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075361 13f79535-47bb-0310-9956-ffa450edef68
* Add an alternative approach to the helloworld rest sample that reuses the ↵antelder2011-02-258-0/+369
| | | | | | helloworld sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074480 13f79535-47bb-0310-9956-ffa450edef68
* Use the latest Spring SCA extension namespaceantelder2011-02-251-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074441 13f79535-47bb-0310-9956-ffa450edef68
* Add binding dependenciesantelder2011-02-231-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073845 13f79535-47bb-0310-9956-ffa450edef68
* Add a test sample that uses Spring with both binding.http and binding.restantelder2011-02-238-0/+382
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073839 13f79535-47bb-0310-9956-ffa450edef68
* Add the JAXRS APIs so the maven build worksantelder2011-02-231-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073830 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at how to do all the http/rest/web20 type samples, this one a ↵antelder2011-02-237-0/+340
| | | | | | helloworld sample using binding.rest git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073816 13f79535-47bb-0310-9956-ffa450edef68
* Start looking at how to do all the http/rest/web20 type samples with a ↵antelder2011-02-237-0/+346
| | | | | | helloworld http sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073803 13f79535-47bb-0310-9956-ffa450edef68
* Updates to the spring helloworld sample, move all the config files into ↵antelder2011-02-233-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
* Remove things from the pom that are redundant now that it uses a parentantelder2011-02-231-12/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073638 13f79535-47bb-0310-9956-ffa450edef68
* Add new version of the helloworld sample which doesn't include anything to ↵antelder2011-02-237-0/+236
| | | | | | do with running Tuscany git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073637 13f79535-47bb-0310-9956-ffa450edef68
* Update READMEantelder2011-02-171-20/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071624 13f79535-47bb-0310-9956-ffa450edef68
* Add a helloworld sample using implementation.springantelder2011-02-178-0/+327
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071621 13f79535-47bb-0310-9956-ffa450edef68
* Add a binding.ws composite that can be used with the helloworld sampleantelder2011-02-151-0/+32
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1071020 13f79535-47bb-0310-9956-ffa450edef68
* Minor README editsantelder2011-02-141-4/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070449 13f79535-47bb-0310-9956-ffa450edef68
* Update helloworld sample to use top level sam[ple pom.xml as parentantelder2011-02-141-2/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070427 13f79535-47bb-0310-9956-ffa450edef68
* Copy the samples readme to unreleasedantelder2011-02-101-0/+154
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069282 13f79535-47bb-0310-9956-ffa450edef68
* Copy the helloworld sample to unreleasedantelder2011-02-107-0/+294
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069280 13f79535-47bb-0310-9956-ffa450edef68
* Move the current trunk unreleased folder to contrib as i don't think ↵antelder2011-02-1097-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
* Fix lots of depricated maven variable warnings for Maven v3antelder2011-02-055-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067440 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Make the async invoker creation signature more consistent ↵slaws2010-12-092-9/+4
| | | | | | with the invoke creation signature git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043910 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - Separate off the asyncy response invocation interfaces from ↵slaws2010-12-082-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
* TUSCANY-3801 - Allow the response chain "previous" link to be attached to an ↵slaws2010-12-074-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
* TUSCANY-3801 - move chain tail location code into the chain implementationslaws2010-12-061-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042609 13f79535-47bb-0310-9956-ffa450edef68
* correct importslaws2010-12-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041875 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3801 - update to match infrastructure changes to support native ↵slaws2010-12-035-19/+66
| | | | | | async bindings (not committed yet) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041784 13f79535-47bb-0310-9956-ffa450edef68
* Make space for testing native as well as generic async support in bindingsslaws2010-12-015-70/+100
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041090 13f79535-47bb-0310-9956-ffa450edef68
* Correct the implementation of the service to expect/produce elementsslaws2010-12-011-3/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041088 13f79535-47bb-0310-9956-ffa450edef68
* Make it clear the this invoker is for handling async responses. slaws2010-12-012-2/+70
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041080 13f79535-47bb-0310-9956-ffa450edef68
* Add code to process the async responseslaws2010-11-304-13/+117
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040598 13f79535-47bb-0310-9956-ffa450edef68
* Open up this utility so it can be used from the async implementation providerslaws2010-11-301-14/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040594 13f79535-47bb-0310-9956-ffa450edef68
* Change to pom dependency so I don't have to keep building the base jar just ↵slaws2010-11-301-1/+2
| | | | | | to test individual changes. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040448 13f79535-47bb-0310-9956-ffa450edef68
* Changes to move toward supporting async operation in the sample ↵slaws2010-11-246-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
* Correct System.outs to match the class namesslaws2010-11-242-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038568 13f79535-47bb-0310-9956-ffa450edef68
* Add a callback operation to the reference component implementationslaws2010-11-241-3/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1038567 13f79535-47bb-0310-9956-ffa450edef68