summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update sample README for using node-dynamicantelder2008-09-133-3/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694890 13f79535-47bb-0310-9956-ffa450edef68
* Update to use new node-dynamic moduleantelder2008-09-133-57/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694889 13f79535-47bb-0310-9956-ffa450edef68
* Update the RCP samplerfeng2008-09-122-1/+18
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694837 13f79535-47bb-0310-9956-ffa450edef68
* Add compile dependency on sca-api moduleantelder2008-09-111-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694226 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws2008-09-109-199/+245
| | | | | | patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
* Add a skeleton for Calculator RCPrfeng2008-09-1025-0/+1058
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693665 13f79535-47bb-0310-9956-ffa450edef68
* Print the classloader hierarchy.jsdelfino2008-09-091-1/+11
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693643 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino2008-09-095-8/+27
| | | | | | instead of the Thread context classloader as parent of the contribution classloader. Use the ServiceDiscovery to get instances of DocumentBuilderFactory and TransformerFactory. Pass these factories around instead of creating new instances in different places. Clarified the few prints in the calculator-osgi sample showing which classloader is used. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693411 13f79535-47bb-0310-9956-ffa450edef68
* Remove the unused CalculatorTest.compositerfeng2008-09-093-34/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693335 13f79535-47bb-0310-9956-ffa450edef68
* Simplified the sample a bit to really isolate the test case from the ↵jsdelfino2008-09-072-15/+2
| | | | | | component running inside the OSGi environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692914 13f79535-47bb-0310-9956-ffa450edef68
* Change the artifact idrfeng2008-09-061-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692603 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample to use Equinox OSGi launcherrfeng2008-09-0619-0/+1163
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692602 13f79535-47bb-0310-9956-ffa450edef68
* Download dojo within the src/main/resources/web structure and then add an ↵slaws2008-09-051-1/+1
| | | | | | ignore for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692406 13f79535-47bb-0310-9956-ffa450edef68
* Add a sample demonstrating distributed domains using binding-sca-jms. This ↵antelder2008-09-0314-0/+614
| | | | | | should work now, be interested in people trying it and feedback git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@691685 13f79535-47bb-0310-9956-ffa450edef68
* Updated the sample README.jsdelfino2008-08-251-13/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688622 13f79535-47bb-0310-9956-ffa450edef68
* Added a variation of HelloWorldClient that doesn't use any Tuscany specific ↵jsdelfino2008-08-2521-0/+1134
| | | | | | APIs, only the SCA spec standard programming model. Applied the same idea to calculator in a new calculator-lean module to show how this pattern works with just components (helloworld-ws-reference-lean used a reference with a WS binding). Also started to show how test cases can use the same pattern in calculator-lean. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688620 13f79535-47bb-0310-9956-ffa450edef68
* Change http://incubator.apache.org/tuscany to http://tuscany.apache.org .vamsic0072008-08-215-9/+9
| | | | | | This should not break anything as the first url redirects to the second anyway. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687580 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder2008-08-202-2/+346
| | | | | | to end caching (ETag, Last-modified use) in git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687290 13f79535-47bb-0310-9956-ffa450edef68
* Minor code cleanup. Moved different SCDL variations to different composite ↵jsdelfino2008-08-207-22/+158
| | | | | | files. Added one more variation that shows how to use the SCA ComponentContext interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687211 13f79535-47bb-0310-9956-ffa450edef68
* Added a helloworld-ws-reference-lean sample which shows different ways to ↵jsdelfino2008-08-2014-0/+868
| | | | | | use a reference in a client program without having to use a different component class. I'll add more comments describing the various options demonstrated in the sample to JIRA TUSCANY-2556, which I've created for this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687208 13f79535-47bb-0310-9956-ffa450edef68
* Removed build output file from version control.jsdelfino2008-08-201-113/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687206 13f79535-47bb-0310-9956-ffa450edef68
* Port to SCANodeFactory/SCANoderfeng2008-08-199-28/+28
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687188 13f79535-47bb-0310-9956-ffa450edef68
* Updating derby dependency version to avoid issues during db creation scriptlresende2008-08-192-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687104 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2550 - Adding more bindings to the spring bigbank sample. Convert ↵slaws2008-08-1913-529/+859
| | | | | | the sample from SCADomain to Node APIs. Thanks for the patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687088 13f79535-47bb-0310-9956-ffa450edef68
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-1916-46/+49
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* Add new sample demonstrating callbacks with implementation.web clientsantelder2008-08-147-0/+289
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685834 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyantelder2008-08-141-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685800 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2458 - Applying Dan's patch to use last updated field as the sorting keylresende2008-08-132-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685663 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2547 - Applying Dan's patch to update url for O'Reilly feeds.lresende2008-08-132-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685606 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2543: apply patch from Ramkumar Ramalingam to Demostrate ↵antelder2008-08-1310-120/+191
| | | | | | Explicit/Implicit services, references in Spring BigBank Sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685520 13f79535-47bb-0310-9956-ffa450edef68
* Add implementation.web client using jsonrpcantelder2008-08-136-0/+223
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685464 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring the launcher to follow the same pattern used in other apps ↵lresende2008-08-123-13/+9
| | | | | | (launch.launchxxxx launcher) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685380 13f79535-47bb-0310-9956-ffa450edef68
* Move to SDO 1.1.1 releaserfeng2008-08-124-13/+13
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
* remove unneeded dependenciesantelder2008-08-121-14/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685159 13f79535-47bb-0310-9956-ffa450edef68
* Remove unneeded dependencyantelder2008-08-121-7/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685158 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused classantelder2008-08-121-34/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685156 13f79535-47bb-0310-9956-ffa450edef68
* Add helloworld-jsp sample using implementation.webantelder2008-08-127-0/+233
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685152 13f79535-47bb-0310-9956-ffa450edef68
* Add activemq dependency so sample works out-of-the-box on tomcatantelder2008-08-121-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685150 13f79535-47bb-0310-9956-ffa450edef68
* Convert to SCA Node APIrfeng2008-08-123-12/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685008 13f79535-47bb-0310-9956-ffa450edef68
* Change to work with the embedded webapp runtime and new implementation.web, ↵antelder2008-08-115-45/+85
| | | | | | and change the service name to make the scdl more obvious git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684663 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2527rfeng2008-08-082-8/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684136 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2533 - Angela's patch + other fixes in order to make JCR integration ↵lresende2008-08-085-2/+284
| | | | | | work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683882 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Ramkumar Ramalingam for TUSCANY-2517: Extending ↵antelder2008-08-0722-363/+824
| | | | | | simple-bigbank-spring sample - Step 1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683591 13f79535-47bb-0310-9956-ffa450edef68
* Include the new spring bigbank modulesantelder2008-08-071-0/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683590 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Ramkumar Ramalingam for TUSCANY-2522: Extending Spring ↵antelder2008-08-078-0/+341
| | | | | | Sample with SCA WebServices Binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683557 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Ramkumar Ramalingam for TUSCANY-2521: Extending Spring ↵antelder2008-08-0721-0/+1100
| | | | | | Sample with SCA JMS Binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683555 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch from Ramkumar Ramalingam for TUSCANY-2520: Extending Spring ↵antelder2008-08-0716-0/+594
| | | | | | Sample with SCA RMI binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683554 13f79535-47bb-0310-9956-ffa450edef68
* Adding customer-dojo sample app to main buildlresende2008-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681811 13f79535-47bb-0310-9956-ffa450edef68
* Change the sample to use only the sca-api dependency with a scope of ↵antelder2008-08-011-21/+1
| | | | | | provided as eveything is provided by the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681637 13f79535-47bb-0310-9956-ffa450edef68
* Customer sample using Dojo + JSONRPC and OpenJPAlresende2008-08-0119-0/+1471
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681631 13f79535-47bb-0310-9956-ffa450edef68