summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-24TUSCANY-3861: rename the tuscany plugin to ↵antelder9-18/+18
org.apache.tuscany.sca:tuscany-maven-plugin git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126928 13f79535-47bb-0310-9956-ffa450edef68
2011-05-17Update for latest domain node changesantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1104145 13f79535-47bb-0310-9956-ffa450edef68
2011-05-06Update testcase to use local loop back address to try to avoid network issuesantelder1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1100212 13f79535-47bb-0310-9956-ffa450edef68
2011-05-04UPdates to try to get the bpel sample workingantelder3-6/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1099445 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Add helloworld sample using BPEL. This doesn't work yet, looks like the is ↵antelder8-0/+418
some issue with the imml bpel module/ode as it complains about the bpwl script url which looks ok to me git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095098 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Add a Spring version of the helloworld sampleantelder8-0/+294
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095081 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Add a helloworld sample using JAX-RS and the REST bindingantelder8-0/+346
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1095019 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Add jsonrpc dependency to pluginantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094979 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Remove unnecessary scopeantelder1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094974 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Rename to helloworld-webserviceantelder7-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094947 13f79535-47bb-0310-9956-ffa450edef68
2011-04-19Remove line breaksantelder1-4/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094920 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Add readme for antslaws4-49/+97
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094501 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Add an ant sample. readme to follow.slaws1-0/+83
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094494 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Add license header to fix legal itest.antelder5-92/+182
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094357 13f79535-47bb-0310-9956-ffa450edef68
2011-04-18Update parent. The parent doesn't seem to work as documented on the Maven ↵antelder3-4/+3
site and so far i can't find any way that works with the parent hierachy being different from the directory heirachy, so add this relative parent for now while i investigate further git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1094353 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14correct for changed parent group idslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092209 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Fix parent definitionslaws1-2/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092202 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add the running-tuscany samples into the buildslaws1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092129 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Rename the modules to make them consistent with getting startedslaws2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092127 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add a sample contributionslaws1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092126 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add pom to drive the individual samplesslaws1-0/+44
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092125 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Tidy up READMEs a bit. Add an icon at the top level to see if it gets ↵slaws8-8/+21
generated correctly. The next natural thing to do would be to add a doc template. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092120 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add a stripped down JUnit sample. slaws5-0/+160
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092119 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Changes the Eclipse readme to open office formatslaws2-0/+20
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092088 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Add a stripped down JSE sample. This has rolled it back to the simplest I ↵slaws8-0/+240
think we can make it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092086 13f79535-47bb-0310-9956-ffa450edef68
2011-04-14Rename to make it more obvious that these are README files. We know what the ↵slaws2-0/+0
sample is because of the directory name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1092083 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13Experimenting with creating links in odt docs using the command line doc as ↵slaws4-2/+25
an example. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091813 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12Start adding the running-tuscany samples back in to trunk. I'll do it one at ↵slaws2-0/+19
a time so people can see each one and review. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091427 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12Add missing license headerantelder1-0/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091332 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11Add a helloworld sample that uses web servicesantelder7-0/+303
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091011 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11Add a version of the helloworld sample that has an Ant buildantelder11-0/+740
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091009 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11Add a sample using jsonrpcantelder7-0/+279
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1091007 13f79535-47bb-0310-9956-ffa450edef68
2011-04-06Copy store applicationantelder20-0/+1409
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1089476 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Add the top level getting-started docantelder2-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088922 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Add comment explaining the dependencyantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088921 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Tidy up readme, doc all the ways of running it, tidy up dependenciesantelder2-5/+30
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088920 13f79535-47bb-0310-9956-ffa450edef68
2011-04-05Tidy up samples system out printlnsantelder1-6/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088918 13f79535-47bb-0310-9956-ffa450edef68
2011-04-01Update the helloworld webapp sample to support using 'mvn tuscany:run' to ↵antelder1-1/+8
run the webapp git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087676 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Reverting groupId changeslresende5-4/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1087013 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Move the store app to unreleasedantelder22-1445/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086859 13f79535-47bb-0310-9956-ffa450edef68
2011-03-30Starting to port store sample to next releaselresende26-5/+1449
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086849 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Correct README typosantelder1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086772 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Include the three gettig started samples in the buildantelder1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086614 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Update the webapp sample to have the itest from the old helloworld-jsp sampleantelder5-72/+105
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086597 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Copy the getting started webapp sample to trunk samplesantelder9-0/+358
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086589 13f79535-47bb-0310-9956-ffa450edef68
2011-03-29Start adding the getting started helloworld samples back to trunk samplesantelder14-0/+557
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1086563 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14Update samples top level pom.xml to remove all the old config and to enable ↵antelder1-26/+4
deployng samples wth generated legal files git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070426 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Remove samples subfolder as its now in contrib and unreleasedantelder1-154/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069290 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Remove samples subfolder as its now in contrib and unreleasedantelder104-5000/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069289 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10Remove samples subfolder as its now in contrib and unreleasedantelder451-21838/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069288 13f79535-47bb-0310-9956-ffa450edef68