summaryrefslogtreecommitdiffstats
path: root/sandbox (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exclude the servlet/jsp/el jarsrfeng2011-03-221-0/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084360 13f79535-47bb-0310-9956-ffa450edef68
* Use classpath to find Spring configrfeng2011-03-221-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084250 13f79535-47bb-0310-9956-ffa450edef68
* Fix the dependency scoperfeng2011-03-221-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084225 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing filesrfeng2011-03-2113-0/+654
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083972 13f79535-47bb-0310-9956-ffa450edef68
* Adding Spring integration sample back to my sandboxrfeng2011-03-2118-0/+851
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1083936 13f79535-47bb-0310-9956-ffa450edef68
* Take a copy from 2.x trunk as I'm going to remove it from there shortly. slaws2011-03-1513-0/+1066
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1081768 13f79535-47bb-0310-9956-ffa450edef68
* 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
* Updating sample to use latest wink releaselresende2010-10-203-49/+73
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024518 13f79535-47bb-0310-9956-ffa450edef68
* tidying upkelvingoodson2010-10-131-161/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1022182 13f79535-47bb-0310-9956-ffa450edef68
* Adding the callback package.fmoga2010-09-201-0/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999032 13f79535-47bb-0310-9956-ffa450edef68
* Added binding comet runtime for experiments.fmoga2010-09-2020-0/+1939
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999029 13f79535-47bb-0310-9956-ffa450edef68
* Added binding comet sample.fmoga2010-09-2015-0/+668
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999027 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2010-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998937 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2034-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998932 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2034-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998929 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2051-46/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998927 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-20123-132/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998924 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2044-133/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998920 13f79535-47bb-0310-9956-ffa450edef68
* Move more samples.fmoga2010-09-208-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998919 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-208-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998918 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2040-88/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998917 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2084-89/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998916 13f79535-47bb-0310-9956-ffa450edef68
* Moved more samples.fmoga2010-09-2044-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998914 13f79535-47bb-0310-9956-ffa450edef68
* Moved some of the samples into the apropriate section.fmoga2010-09-2059-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998913 13f79535-47bb-0310-9956-ffa450edef68
* Move samples in temp folder.fmoga2010-09-20495-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998912 13f79535-47bb-0310-9956-ffa450edef68
* Trimmed getting-started folder.fmoga2010-09-20158-448/+109
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998911 13f79535-47bb-0310-9956-ffa450edef68
* Renamed tuscany-features to sca-extensions.fmoga2010-09-2052-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998907 13f79535-47bb-0310-9956-ffa450edef68
* Copy trunk samples to sanbox to experiment with renames and movesantelder2010-09-20601-0/+39696
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998905 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
* make sdo samples doc availablekelvingoodson2010-09-081-0/+244
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@995011 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
* This was moved to Apache Nuvem - ↵lresende2010-08-0171-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