summaryrefslogtreecommitdiffstats
path: root/sandbox (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-04-17Its a Jar not a Warslaws1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935185 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Load the common contribution as it's required by the bank contribution slaws1-1/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935184 13f79535-47bb-0310-9956-ffa450edef68
2010-04-17Remove absolute parent pom referenceslaws1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@935182 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14Add some more parts to the simple banking sampleslaws20-46/+621
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@934063 13f79535-47bb-0310-9956-ffa450edef68
2010-04-14simple sample to use as an example when working with studentsslaws10-0/+765
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933952 13f79535-47bb-0310-9956-ffa450edef68
2010-04-13example use of tuscany.spi custom javadoc tag at package levelkelvingoodson4-0/+234
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933709 13f79535-47bb-0310-9956-ffa450edef68
2010-04-13fix errors and display only direct depskelvingoodson1-16/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933627 13f79535-47bb-0310-9956-ffa450edef68
2010-04-13make binding graph consistent with more recent oneskelvingoodson1-48/+64
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933600 13f79535-47bb-0310-9956-ffa450edef68
2010-04-13policy dependencies graphkelvingoodson1-0/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933591 13f79535-47bb-0310-9956-ffa450edef68
2010-04-13hand crafted dependency graph sourcekelvingoodson3-0/+198
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@933587 13f79535-47bb-0310-9956-ffa450edef68
2010-03-31Add more printrfeng1-4/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@929641 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23Reorder the methodsrfeng1-13/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@926811 13f79535-47bb-0310-9956-ffa450edef68