summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the test caserfeng2008-12-031-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723137 13f79535-47bb-0310-9956-ffa450edef68
* Add Apache headerslaws2008-11-281-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721507 13f79535-47bb-0310-9956-ffa450edef68
* Add ant script to calculator-equinox (currently both OSGi and non-OSGi ↵slaws2008-11-282-0/+82
| | | | | | startup supported) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721421 13f79535-47bb-0310-9956-ffa450edef68
* Using contribution helper to properly discover the contribution locationlresende2008-11-221-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719807 13f79535-47bb-0310-9956-ffa450edef68
* Converting test to latest junit format, and bringing up the sample to ↵lresende2008-11-221-14/+21
| | | | | | demonstrate simple J2SE environment working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719806 13f79535-47bb-0310-9956-ffa450edef68
* Simplify the Node API for a common default case so that creating a Node for ↵antelder2008-11-212-13/+2
| | | | | | | | | | | | | | | | | | simple samples and tests can be: node = NodeFactory.newInstance().createNode(); instead of: NodeFactory factory = NodeFactory.newInstance(); String root = ContributionLocationHelper.getContributionLocation("Calculator.composite"); Contribution contribution = new Contribution(root, root); node = factory.createNode("Calculator.composite", contribution); git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719565 13f79535-47bb-0310-9956-ffa450edef68
* Get j2se calculator working with current stage 1 modulesantelder2008-11-213-13/+46
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719560 13f79535-47bb-0310-9956-ffa450edef68
* Start calculator-webapp bring upantelder2008-11-204-94/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719241 13f79535-47bb-0310-9956-ffa450edef68
* More restrictions on the modules included in the build to cut it down to the ↵slaws2008-11-191-0/+6
| | | | | | minimum set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
* Add main method to make it easier to testantelder2008-11-191-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719005 13f79535-47bb-0310-9956-ffa450edef68
* Copy calculator-equinox from sca-equinox branch to trunk and start bringupantelder2008-11-1917-0/+1056
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718974 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-1785-872/+872
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2670: Apply patch from Dhaval Chauhan to Improvement to the ↵antelder2008-11-111-0/+2
| | | | | | zipcode-jaxws sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712971 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2668: Apply patch from Dhaval Chauhan to fix README file update for ↵antelder2008-11-101-0/+22
| | | | | | the sample-chat-webapp git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712649 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2666ramkumar2008-11-068-12/+159
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711901 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2657: Apply patch from Dhaval Chauhan for Updates for the ↵antelder2008-11-036-18/+32
| | | | | | binding-notification-* samples" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710042 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2659: Apply patch from Dhaval Chauhan for Fixes for the ↵antelder2008-11-032-1/+6
| | | | | | implementation-notification sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710039 13f79535-47bb-0310-9956-ffa450edef68
* Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende2008-10-174-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
* CORBA calculator samples added to parent pom.xml and README fileswjaniszewski2008-10-152-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705069 13f79535-47bb-0310-9956-ffa450edef68
* Service CORBA binding calculator samplewjaniszewski2008-10-1520-0/+1014
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705068 13f79535-47bb-0310-9956-ffa450edef68
* 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