summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/samples/implementation-java-calculator/src/main/java/calculator/CalculatorClient.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-23Copy trunk to test sandbox trunkantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757348 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Restoring calculator-equinox sample that was removed accidentallylresende1-0/+62
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739512 13f79535-47bb-0310-9956-ffa450edef68
2009-01-31Moving samples that are not part of the main build to contrib folderlresende1-62/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739507 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack1-4/+4
and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
2008-11-19Copy calculator-equinox from sca-equinox branch to trunk and start bringupantelder1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718974 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19Simplified ServiceDiscoverer. Started to use it to create factories to ↵jsdelfino1-0/+0
resolve ClassNotFoundExceptions. Renamed calculator-osgi to calculator-equinox and a few fixes to get it working in Eclipse. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696924 13f79535-47bb-0310-9956-ffa450edef68
2008-09-12Creating a branch for the equinox work.jsdelfino1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694816 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Renaming branchlresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694108 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Renaming branchlresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694107 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11Branch before trunk cleanuplresende1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694106 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 ↵jsdelfino1-2/+1
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.compositerfeng1-0/+1
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 ↵jsdelfino1-0/+1
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-06Add a sample to use Equinox OSGi launcherrfeng1-0/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@692602 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25Added a variation of HelloWorldClient that doesn't use any Tuscany specific ↵jsdelfino1-0/+51
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