summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-03Clean up the test caserfeng1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723137 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28Add Apache headerslaws1-0/+17
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721507 13f79535-47bb-0310-9956-ffa450edef68
2008-11-28Add ant script to calculator-equinox (currently both OSGi and non-OSGi ↵slaws2-0/+82
startup supported) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@721421 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22Using contribution helper to properly discover the contribution locationlresende1-2/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719807 13f79535-47bb-0310-9956-ffa450edef68
2008-11-22Converting test to latest junit format, and bringing up the sample to ↵lresende1-14/+21
demonstrate simple J2SE environment working git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719806 13f79535-47bb-0310-9956-ffa450edef68
2008-11-21Simplify the Node API for a common default case so that creating a Node for ↵antelder2-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
2008-11-21Get j2se calculator working with current stage 1 modulesantelder3-13/+46
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719560 13f79535-47bb-0310-9956-ffa450edef68
2008-11-20Start calculator-webapp bring upantelder4-94/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719241 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19More restrictions on the modules included in the build to cut it down to the ↵slaws1-0/+6
minimum set git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719030 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Add main method to make it easier to testantelder1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@719005 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copy calculator-equinox from sca-equinox branch to trunk and start bringupantelder17-0/+1056
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718974 13f79535-47bb-0310-9956-ffa450edef68
2008-11-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder85-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
2008-11-11TUSCANY-2670: Apply patch from Dhaval Chauhan to Improvement to the ↵antelder1-0/+2
zipcode-jaxws sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712971 13f79535-47bb-0310-9956-ffa450edef68
2008-11-10TUSCANY-2668: Apply patch from Dhaval Chauhan to fix README file update for ↵antelder1-0/+22
the sample-chat-webapp git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712649 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Fixes for TUSCANY-2666ramkumar8-12/+159
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711901 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03TUSCANY-2657: Apply patch from Dhaval Chauhan for Updates for the ↵antelder6-18/+32
binding-notification-* samples" git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710042 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03TUSCANY-2659: Apply patch from Dhaval Chauhan for Fixes for the ↵antelder2-1/+6
implementation-notification sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@710039 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17Splitting RMI binding into rmi/rmi-runtime to follow other extension patternlresende4-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705772 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15CORBA calculator samples added to parent pom.xml and README fileswjaniszewski2-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705069 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Service CORBA binding calculator samplewjaniszewski20-0/+1014
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705068 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15Reference CORBA binding calculator samplewjaniszewski16-0/+809
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705066 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende3-13/+68
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704316 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13TUSCANY-2613 - Upgrading Spring version to 2.5.5. Thanks for the patch Ram.lresende1-20/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703904 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03TUSCANY-2614 - Add missing license headers. slaws2-9/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@701380 13f79535-47bb-0310-9956-ffa450edef68
2008-09-28Removed MANIFEST from version control as it's generated.jsdelfino1-27/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699887 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Fix dependenciesrfeng1-0/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699452 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Adjust pom.xml to fix compilation errorrfeng1-1/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699446 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26Adding geronimo deployment descriptor (following the same pattern as other ↵lresende1-0/+32
tuscany sample webapps) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@699242 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Change message getHeaders() operation to return a list, remove the QoS ↵slaws2-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
2008-09-23Porting customer-dojo to J2EE WebApplresende22-0/+1445
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698399 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Generating sql database on a different folder to avoid conflicting errors ↵lresende3-5/+6
during eclipse project file generation git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698358 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng60-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
2008-09-13Update sample README for using node-dynamicantelder3-3/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694890 13f79535-47bb-0310-9956-ffa450edef68
2008-09-13Update to use new node-dynamic moduleantelder3-57/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694889 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Update the RCP samplerfeng2-1/+18
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694837 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Add compile dependency on sca-api moduleantelder1-0/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694226 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10TUSCANY-2573 - Fix the location of the sca spring namespace. Thanks for the ↵slaws9-199/+245
patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693847 13f79535-47bb-0310-9956-ffa450edef68
2008-09-10Add a skeleton for Calculator RCPrfeng25-0/+1058
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693665 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Print the classloader hierarchy.jsdelfino1-1/+11
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693643 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09Fixes to get the Equinox integration working. Use the parent classloader ↵jsdelfino5-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
2008-09-09Remove the unused CalculatorTest.compositerfeng3-34/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693335 13f79535-47bb-0310-9956-ffa450edef68
2008-09-07Simplified the sample a bit to really isolate the test case from the ↵jsdelfino2-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
2008-09-06Change the artifact idrfeng1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692603 13f79535-47bb-0310-9956-ffa450edef68
2008-09-06Add a sample to use Equinox OSGi launcherrfeng19-0/+1163
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692602 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05Download dojo within the src/main/resources/web structure and then add an ↵slaws1-1/+1
ignore for it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692406 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03Add a sample demonstrating distributed domains using binding-sca-jms. This ↵antelder14-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
2008-08-25Updated the sample README.jsdelfino1-13/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688622 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Added a variation of HelloWorldClient that doesn't use any Tuscany specific ↵jsdelfino21-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
2008-08-21Change http://incubator.apache.org/tuscany to http://tuscany.apache.org .vamsic0075-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
2008-08-20TUSCANY-2537: Apply patch from Dan Becker for Demonstrate Atom Binding end ↵antelder2-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