summaryrefslogtreecommitdiffstats
path: root/sandbox (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-20Adding the callback package.fmoga1-0/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999032 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Added binding comet runtime for experiments.fmoga20-0/+1939
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999029 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Added binding comet sample.fmoga15-0/+668
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999027 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga10-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998937 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga34-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998932 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga34-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998929 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga51-46/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998927 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga123-132/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998924 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga44-133/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998920 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Move more samples.fmoga8-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998919 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga8-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998918 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga40-88/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998917 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga84-89/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998916 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved more samples.fmoga44-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998914 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Moved some of the samples into the apropriate section.fmoga59-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998913 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Move samples in temp folder.fmoga495-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998912 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Trimmed getting-started folder.fmoga158-448/+109
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998911 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Renamed tuscany-features to sca-extensions.fmoga52-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998907 13f79535-47bb-0310-9956-ffa450edef68
2010-09-20Copy trunk samples to sanbox to experiment with renames and movesantelder601-0/+39696
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998905 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass a node ↵jsdelfino3-147/+226
factory context around instead of being kept in a static. Change the DOM util to use a similar builder pattern as well. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@996620 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08make sdo samples doc availablekelvingoodson1-0/+244
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995011 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08Change uri parameter to location of deployment composite and make it ↵jsdelfino4-40/+46
optional. Change restart command to use previous config if not specified. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993561 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07Sandbox to experiment with deployment and management commands.jsdelfino6082-0/+518516
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993560 13f79535-47bb-0310-9956-ffa450edef68
2010-09-02Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ↵jsdelfino9-170/+188
redundant test case and refactor test WSDL namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992150 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino14-34/+236
cleanup, add a createNode method that takes a list of contributions and remove reference to NodeFactory implementation class. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990870 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory ↵jsdelfino7-18/+376
and then run it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990676 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29Sandbox to experiment with different ways to embed the runtime.jsdelfino5918-0/+509213
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990620 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29Replace usage of Xpath by pure java code walking through the DOM.jsdelfino3-11/+128
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990619 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29Sample implementation extension that shows how to support both Java and WSDL ↵jsdelfino31-0/+1721
interfaces and different data bindings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990608 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29Sandbox to experiment and extend the runtime.jsdelfino5887-0/+507375
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990479 13f79535-47bb-0310-9956-ffa450edef68
2010-08-01This was moved to Apache Nuvem - ↵lresende71-4185/+0
http://svn.apache.org/repos/asf/incubator/nuvem/ and the original version copied from Tuscany is now at http://svn.apache.org/repos/asf/incubator/nuvem/contrib/nuvem-initial-contribution/ git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@981151 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20Test passing multiple parameters, and use JSON-RPC binding in all test cases.jsdelfino7-28/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965723 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20Add support for properties.jsdelfino5-11/+96
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965722 13f79535-47bb-0310-9956-ffa450edef68
2010-07-20Put back some code to use the InterfaceContractMapper to match interfaces, ↵jsdelfino1-0/+4
as the latest code which just looks for matching operation names breaks the support for dynamic interfaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965721 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Tweak the JSON-RPC binding to work without Java interfaces and recognize ↵jsdelfino3-40/+68
dynamic interfaces bound to the JSON databinding. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965361 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Add a strawman Python implementation extension.jsdelfino31-0/+2803
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965360 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Add a model for Python component implementations.jsdelfino12-0/+733
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965359 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Fix logic to compute the path info as it doesn't work in a webapp.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965358 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Branch to experiment with dynamic component interfaces and implementations.jsdelfino5586-0/+481728
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965346 13f79535-47bb-0310-9956-ffa450edef68
2010-07-19Reorganize sandbox a little bit.jsdelfino86-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965345 13f79535-47bb-0310-9956-ffa450edef68
2010-06-04Updating OASIS SCA namespaceslresende10-10/+10
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@951264 13f79535-47bb-0310-9956-ffa450edef68
2010-05-27sandbox structure for understanding maven javadoc plugin params and ↵kelvingoodson17-0/+546
behaviour in reactor build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948784 13f79535-47bb-0310-9956-ffa450edef68
2010-05-21Removing obsolet work in progress codelresende15-871/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947208 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04[maven-release-plugin] prepare for next development iterationantelder3-6/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940924 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04[maven-scm] copy for tag 2.0-M5antelder16-0/+2103
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940923 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04[maven-release-plugin] prepare release 2.0-M5antelder3-9/+9
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940922 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04remove old release plugin configantelder1-14/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940909 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04Sandbox test area to play with trying the latest maven release plugins and ↵antelder16-0/+2117
process git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940903 13f79535-47bb-0310-9956-ffa450edef68
2010-05-04utilities for tracking spi changeskelvingoodson3-2/+163
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@940772 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19Add scenario diagramslaws1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935468 13f79535-47bb-0310-9956-ffa450edef68