summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/calculator (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-21Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng1-22/+22
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
2009-05-15Push down some of the createNode() methods to NodeFactory and only require ↵rfeng1-11/+8
the createNode(NodeConfiguration) to be implemented by subclasses git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@775283 13f79535-47bb-0310-9956-ffa450edef68
2009-05-14Add @Service annotationsrfeng5-15/+29
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774895 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19Make sample Ant builds Tuscany version neutralantelder1-4/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755876 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18Fixes for TUSCANY-2917ramkumar1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17Revert 755183 an errant commit from the release pluginantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17[maven-release-plugin] prepare branch test-branchantelder1-5/+5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05More changes to switch SCA namespace from osoa version to oasis onerfeng2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12I expect we'll get rid of this sample soon but I noticed the default target ↵slaws1-1/+1
was inconsistent with other samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743882 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08Updates to calculator readmelresende1-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742020 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08Updating build script to allow user to call ant runlresende1-28/+40
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742017 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30Update calculator sample to have a Jar manifest main class and to use the ↵antelder2-61/+47
simplified Ant build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739214 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2-3/+3
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-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-17Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder1-4/+4
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-09-19Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng1-1/+1
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-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng3-10/+10
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Convert to SCA Node APIrfeng3-12/+27
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685008 13f79535-47bb-0310-9956-ffa450edef68