summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-07Show how NodeFactory and Node can be replaced by finer grain deploy, build, ↵jsdelfino2-29/+154
activate and start methods. This would enable an SCA runtime virtual hosting environment to build a composite model, cache it, and only activate / start its components on demand when a request hits them. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078641 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07Fix unused import warnings.jsdelfino2-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078640 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25Sandbox to experiment with dynamic mass virtual hosting and running a ↵jsdelfino6279-0/+528934
different composite per vhost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24Print result from the UpperTest service to show wrappering/unwrappering issues.jsdelfino1-0/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062972 13f79535-47bb-0310-9956-ffa450edef68
2011-01-13Attempt to fix the logic that triggers wrappering/unwrappering in ↵jsdelfino3-5/+5
databinding transformers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058717 13f79535-47bb-0310-9956-ffa450edef68
2011-01-12Fix args construction in WelloTest, change from String to Element. Fix WSDL ↵jsdelfino2-3/+9
interface in EmbedTestCase. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057980 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Add support for both RPC and Doc-wrapped modes to the component ↵jsdelfino5-58/+44
implementation example. Test an RPC reference configured with a Doc-Wrapped binding contract. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057387 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Create an Upper WSDL service definition, and use it on the upper reference ↵jsdelfino16-734/+88
binding. Create an RPC variation of the Upper WSDL portType, not used yet. Also simplified the test case a bit to be sync only, will re-integrate async later. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057370 13f79535-47bb-0310-9956-ffa450edef68
2011-01-10Sandbox to experiment with Databinding automatic wrapper transformations.jsdelfino6291-0/+529586
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057335 13f79535-47bb-0310-9956-ffa450edef68
2010-12-25Port to HTTPD 2.3.10 + latest APR 1.4.x and enable mod_session_crypto.jsdelfino8-30/+77
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052818 13f79535-47bb-0310-9956-ffa450edef68
2010-12-25Create a sandbox branch to experiment with latest APR.jsdelfino590-0/+55306
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052740 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-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-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
2009-09-06Test commit, please ignore.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811729 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24Test commit, please ignore.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807098 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Removed RMI binding. Adjusted to change to JMS binding.jsdelfino2-13/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674730 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Minor simplifications of pom.xml and bin.xml.jsdelfino14-112/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674703 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Added missing version number.jsdelfino1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673758 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Removed dependency on pom/parent/pom.xml.jsdelfino1-4/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673757 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Changed module types from pom to jar to help Eclipse project generation.jsdelfino7-19/+19
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673753 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30Build scripts for the modular distributions that I need: base minimal ↵jsdelfino85-51/+26520
distro, enterprise java, web 20, web service, business process, and domain manager. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672958 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17Test commit on new repository.jsdelfino1-1/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668369 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17Test commit on new repository.jsdelfino1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668368 13f79535-47bb-0310-9956-ffa450edef68