summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Using binding-ws-calulator as an example of turning samples into ↵slaws2010-05-125-147/+21
| | | | | | contributions. First step is to remove the client code from the contribution and adjust the composite and test case accordingly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943495 13f79535-47bb-0310-9956-ffa450edef68
* Remind myself of structure of calculator sample by redrawing the diagram in ↵slaws2010-05-123-329/+0
| | | | | | open office. I not longer have the program I used to generate the svg file so open office seems like more commonly used alternative git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943491 13f79535-47bb-0310-9956-ffa450edef68
* Add a tuscany.home property to make it easy to run the ant script from ↵slaws2010-05-081-4/+8
| | | | | | outside a distribution, e.g. from eclipse git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942392 13f79535-47bb-0310-9956-ffa450edef68
* add failure instructionsslaws2010-05-071-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942045 13f79535-47bb-0310-9956-ffa450edef68
* Playing with getting the sample an scripts working again to remind myself ↵slaws2010-05-071-3/+31
| | | | | | what the issues are git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@942044 13f79535-47bb-0310-9956-ffa450edef68
* Move never finished sample from trunk to contribantelder2010-05-0612-646/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941643 13f79535-47bb-0310-9956-ffa450edef68
* Add tuscany plugin so sample contribution can be run with mvn tuscany:runantelder2010-05-061-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941606 13f79535-47bb-0310-9956-ffa450edef68
* Update scaclient sample to work with default inputantelder2010-04-251-6/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937883 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase that uses SCAClient to invoke service. Named FIXME as it ↵antelder2010-04-244-0/+109
| | | | | | doesn't work till the config URI support in the runtime is finished git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937601 13f79535-47bb-0310-9956-ffa450edef68
* Move the contributions folder to be inside web-inf so its not accesibleantelder2010-04-242-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937598 13f79535-47bb-0310-9956-ffa450edef68
* Add testcase for JAX-RS helloworld sampleantelder2010-04-243-5/+65
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937597 13f79535-47bb-0310-9956-ffa450edef68
* Remove the unused pluginantelder2010-04-231-29/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937257 13f79535-47bb-0310-9956-ffa450edef68
* Add a println so you can see the service is calledantelder2010-04-233-2/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937256 13f79535-47bb-0310-9956-ffa450edef68
* Update helloworld webapp sample to start a distributed domainantelder2010-04-231-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937254 13f79535-47bb-0310-9956-ffa450edef68
* Update to embedded helloworld sample contributionantelder2010-04-235-92/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937250 13f79535-47bb-0310-9956-ffa450edef68
* Add integration tests to the webapp samples copied from itest distribution ↵antelder2010-04-2314-42/+611
| | | | | | tests. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937182 13f79535-47bb-0310-9956-ffa450edef68
* Moving to 1.5.2 release of stripes that fixes some issues with jar search ↵lresende2010-04-211-1/+2
| | | | | | (similar to STS-561) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936556 13f79535-47bb-0310-9956-ffa450edef68
* Change stripes sample to use base jarantelder2010-04-211-7/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936266 13f79535-47bb-0310-9956-ffa450edef68
* Change helloworld sample back to be a jar instead of a zip as it is a bit ↵antelder2010-04-201-9/+1
| | | | | | simpler so for the very first sample it seems better to be as simple as possible git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935826 13f79535-47bb-0310-9956-ffa450edef68
* Remove enforcer plugin no that the one in the top polm.xml worksantelder2010-04-201-27/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935825 13f79535-47bb-0310-9956-ffa450edef68
* Remove enforcer plugin no that the one in the top polm.xml worksantelder2010-04-201-27/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935824 13f79535-47bb-0310-9956-ffa450edef68
* Remove overriding enforcer plugin as the one in the top pom.xml is ok nowantelder2010-04-201-28/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935823 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3536 add extra output to sample client. Thanks for patch Andy slaws2010-04-171-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935178 13f79535-47bb-0310-9956-ffa450edef68
* Add exec plugin so you can run the sample with mvn exec:javaantelder2010-04-141-0/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933941 13f79535-47bb-0310-9956-ffa450edef68
* Start of a sample using the SCAClient API that can be used to invoke the ↵antelder2010-04-064-0/+173
| | | | | | other helloworld sample components git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931145 13f79535-47bb-0310-9956-ffa450edef68
* fix bad slasheskelvingoodson2010-03-311-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929613 13f79535-47bb-0310-9956-ffa450edef68
* add tracing capability into distribution and extend calculator sample to ↵kelvingoodson2010-03-313-3/+31
| | | | | | demonstrate tracing git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929603 13f79535-47bb-0310-9956-ffa450edef68
* Reverting changes from revisions 918221, 918222 and 918223lresende2010-03-292-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928593 13f79535-47bb-0310-9956-ffa450edef68
* Add jaxrs sampleantelder2010-03-261-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927711 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld sample for JAX-RS supportantelder2010-03-267-0/+285
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927710 13f79535-47bb-0310-9956-ffa450edef68
* Port the sdo sample to 2.xrfeng2010-03-2423-0/+1584
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926891 13f79535-47bb-0310-9956-ffa450edef68
* HArdcode response in bpel script for nowantelder2010-03-221-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926227 13f79535-47bb-0310-9956-ffa450edef68
* Update the bpel sample bpel script and wsdl to match the bpel itest, and ↵antelder2010-03-222-28/+41
| | | | | | comment out the message processing and hard code the response while its not working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926137 13f79535-47bb-0310-9956-ffa450edef68
* Update component name to match other helloworld samplesantelder2010-03-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926077 13f79535-47bb-0310-9956-ffa450edef68
* Remove old testcaseantelder2010-03-221-48/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926074 13f79535-47bb-0310-9956-ffa450edef68
* Add sample testcaseantelder2010-03-221-0/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926072 13f79535-47bb-0310-9956-ffa450edef68
* Correct case in component name to match the java helloworld sampleantelder2010-03-221-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926071 13f79535-47bb-0310-9956-ffa450edef68
* Remove old testcaseantelder2010-03-221-68/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926068 13f79535-47bb-0310-9956-ffa450edef68
* Start adding Spring helloworld sample like the bpel and java onesantelder2010-03-226-0/+232
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926043 13f79535-47bb-0310-9956-ffa450edef68
* Start updating the bpel helloworld sample maven build to create a pure sca ↵antelder2010-03-221-76/+57
| | | | | | contribution using the tuscany plugin to run the sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926027 13f79535-47bb-0310-9956-ffa450edef68
* Add back tuscany plugin and override banSnapshots as a temp workaroundantelder2010-03-221-2/+30
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926026 13f79535-47bb-0310-9956-ffa450edef68
* Take out the helloworld sample tuscany plugin as the build doesn't like the ↵antelder2010-03-201-2/+2
| | | | | | snapshot version. Hmm, what to do about that... git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925675 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld sample to buildantelder2010-03-201-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925667 13f79535-47bb-0310-9956-ffa450edef68
* Update helloworld sample's zip and tuscany plugin versionsantelder2010-03-201-19/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925666 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3452 - Adding support for new extensibility for contract based ↵lresende2010-03-182-19/+36
| | | | | | elements, adjusting current xml for the new model and adapting our element extension list to read/write semantycally same xml when these extensions are in use git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924584 13f79535-47bb-0310-9956-ffa450edef68
* Don't use a relative uri on the binding.httpantelder2010-03-022-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918223 13f79535-47bb-0310-9956-ffa450edef68
* Porting js invokation to use dojo programming modellresende2010-02-261-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916537 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up binding urislresende2010-02-262-15/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916517 13f79535-47bb-0310-9956-ffa450edef68
* Adding reference to dojo jslresende2010-02-261-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916516 13f79535-47bb-0310-9956-ffa450edef68
* Configuring tomcat-maven-plugin to avoid issues with maven enforcerlresende2010-02-261-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916515 13f79535-47bb-0310-9956-ffa450edef68