summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show how NodeFactory and Node can be replaced by finer grain deploy, build, ↵jsdelfino2011-03-072-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
* Fix unused import warnings.jsdelfino2011-03-072-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1078640 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox to experiment with dynamic mass virtual hosting and running a ↵jsdelfino2011-01-256279-0/+528934
| | | | | | different composite per vhost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68
* Print result from the UpperTest service to show wrappering/unwrappering issues.jsdelfino2011-01-241-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1062972 13f79535-47bb-0310-9956-ffa450edef68
* Attempt to fix the logic that triggers wrappering/unwrappering in ↵jsdelfino2011-01-133-5/+5
| | | | | | databinding transformers. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1058717 13f79535-47bb-0310-9956-ffa450edef68
* Fix args construction in WelloTest, change from String to Element. Fix WSDL ↵jsdelfino2011-01-122-3/+9
| | | | | | interface in EmbedTestCase. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057980 13f79535-47bb-0310-9956-ffa450edef68
* Add support for both RPC and Doc-wrapped modes to the component ↵jsdelfino2011-01-105-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
* Create an Upper WSDL service definition, and use it on the upper reference ↵jsdelfino2011-01-1016-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
* Sandbox to experiment with Databinding automatic wrapper transformations.jsdelfino2011-01-106291-0/+529586
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057335 13f79535-47bb-0310-9956-ffa450edef68
* Port to HTTPD 2.3.10 + latest APR 1.4.x and enable mod_session_crypto.jsdelfino2010-12-258-30/+77
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052818 13f79535-47bb-0310-9956-ffa450edef68
* Create a sandbox branch to experiment with latest APR.jsdelfino2010-12-25590-0/+55306
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052740 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup EmbedUtil a bit. Use a builder pattern and closures to pass a node ↵jsdelfino2010-09-133-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
* Change uri parameter to location of deployment composite and make it ↵jsdelfino2010-09-084-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
* Sandbox to experiment with deployment and management commands.jsdelfino2010-09-076082-0/+518516
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993560 13f79535-47bb-0310-9956-ffa450edef68
* Add a SOAP Web service binding and a test case for it. Minor cleanup, remove ↵jsdelfino2010-09-029-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
* Add a test case showing how to register a ProviderFactory instance. Minor ↵jsdelfino2010-08-3014-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
* Show how to embed a runtime, load WSDL, assemble a SCDL composite in memory ↵jsdelfino2010-08-307-18/+376
| | | | | | and then run it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990676 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox to experiment with different ways to embed the runtime.jsdelfino2010-08-295918-0/+509213
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990620 13f79535-47bb-0310-9956-ffa450edef68
* Replace usage of Xpath by pure java code walking through the DOM.jsdelfino2010-08-293-11/+128
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990619 13f79535-47bb-0310-9956-ffa450edef68
* Sample implementation extension that shows how to support both Java and WSDL ↵jsdelfino2010-08-2931-0/+1721
| | | | | | interfaces and different data bindings. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990608 13f79535-47bb-0310-9956-ffa450edef68
* Sandbox to experiment and extend the runtime.jsdelfino2010-08-295887-0/+507375
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990479 13f79535-47bb-0310-9956-ffa450edef68
* Test passing multiple parameters, and use JSON-RPC binding in all test cases.jsdelfino2010-07-207-28/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965723 13f79535-47bb-0310-9956-ffa450edef68
* Add support for properties.jsdelfino2010-07-205-11/+96
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965722 13f79535-47bb-0310-9956-ffa450edef68
* Put back some code to use the InterfaceContractMapper to match interfaces, ↵jsdelfino2010-07-201-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
* Tweak the JSON-RPC binding to work without Java interfaces and recognize ↵jsdelfino2010-07-193-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
* Add a strawman Python implementation extension.jsdelfino2010-07-1931-0/+2803
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965360 13f79535-47bb-0310-9956-ffa450edef68
* Add a model for Python component implementations.jsdelfino2010-07-1912-0/+733
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965359 13f79535-47bb-0310-9956-ffa450edef68
* Fix logic to compute the path info as it doesn't work in a webapp.jsdelfino2010-07-191-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965358 13f79535-47bb-0310-9956-ffa450edef68
* Branch to experiment with dynamic component interfaces and implementations.jsdelfino2010-07-195586-0/+481728
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965346 13f79535-47bb-0310-9956-ffa450edef68
* Reorganize sandbox a little bit.jsdelfino2010-07-1986-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965345 13f79535-47bb-0310-9956-ffa450edef68
* Test commit, please ignore.jsdelfino2009-09-061-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@811729 13f79535-47bb-0310-9956-ffa450edef68
* Test commit, please ignore.jsdelfino2009-08-241-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@807098 13f79535-47bb-0310-9956-ffa450edef68
* Removed RMI binding. Adjusted to change to JMS binding.jsdelfino2008-07-082-13/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674730 13f79535-47bb-0310-9956-ffa450edef68
* Minor simplifications of pom.xml and bin.xml.jsdelfino2008-07-0814-112/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674703 13f79535-47bb-0310-9956-ffa450edef68
* Added missing version number.jsdelfino2008-07-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673758 13f79535-47bb-0310-9956-ffa450edef68
* Removed dependency on pom/parent/pom.xml.jsdelfino2008-07-031-4/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673757 13f79535-47bb-0310-9956-ffa450edef68
* Changed module types from pom to jar to help Eclipse project generation.jsdelfino2008-07-037-19/+19
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673753 13f79535-47bb-0310-9956-ffa450edef68
* Build scripts for the modular distributions that I need: base minimal ↵jsdelfino2008-06-3085-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
* Test commit on new repository.jsdelfino2008-06-171-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668369 13f79535-47bb-0310-9956-ffa450edef68
* Test commit on new repository.jsdelfino2008-06-171-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668368 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-177275-0/+581786
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68