summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reference CORBA binding calculator samplewjaniszewski2008-10-1516-0/+809
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705066 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende2008-10-143-13/+68
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704316 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende2008-10-131-20/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703904 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2614 - Add missing license headers. slaws2008-10-032-9/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
* Removed MANIFEST from version control as it's generated.jsdelfino2008-09-281-27/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699887 13f79535-47bb-0310-9956-ffa450edef68
* Fix dependenciesrfeng2008-09-261-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699452 13f79535-47bb-0310-9956-ffa450edef68
* Adjust pom.xml to fix compilation errorrfeng2008-09-261-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699446 13f79535-47bb-0310-9956-ffa450edef68
* Adding geronimo deployment descriptor (following the same pattern as other ↵lresende2008-09-261-0/+32
| | | | | | tuscany sample webapps) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699242 13f79535-47bb-0310-9956-ffa450edef68
* Change message getHeaders() operation to return a list, remove the QoS ↵slaws2008-09-242-8/+12
| | | | | | context and change various tests to take account of this assuming that the security information is now passed in the header. This pass the security context is not consolidated into a single subject. The tests that used to pass just a principal still do. Also add a delivery mode JMS policy test. Add some ignores. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698457 13f79535-47bb-0310-9956-ffa450edef68
* Porting customer-dojo to J2EE WebApplresende2008-09-2322-0/+1445
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698399 13f79535-47bb-0310-9956-ffa450edef68
* Generating sql database on a different folder to avoid conflicting errors ↵lresende2008-09-233-5/+6
| | | | | | during eclipse project file generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698358 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-1960-61/+60
| | | | | | Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
* 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