summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/calculator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix svn:eol-style and svn:keywords properties for java/xml filesrfeng2009-07-211-22/+22
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796166 13f79535-47bb-0310-9956-ffa450edef68
* Push down some of the createNode() methods to NodeFactory and only require ↵rfeng2009-05-151-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
* Add @Service annotationsrfeng2009-05-145-15/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@774895 13f79535-47bb-0310-9956-ffa450edef68
* Make sample Ant builds Tuscany version neutralantelder2009-03-191-4/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755876 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for TUSCANY-2917ramkumar2009-03-181-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755499 13f79535-47bb-0310-9956-ffa450edef68
* Revert 755183 an errant commit from the release pluginantelder2009-03-171-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755206 13f79535-47bb-0310-9956-ffa450edef68
* [maven-release-plugin] prepare branch test-branchantelder2009-03-171-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755183 13f79535-47bb-0310-9956-ffa450edef68
* Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903lresende2009-03-062-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
* More changes to switch SCA namespace from osoa version to oasis onerfeng2009-03-052-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750323 13f79535-47bb-0310-9956-ffa450edef68
* I expect we'll get rid of this sample soon but I noticed the default target ↵slaws2009-02-121-1/+1
| | | | | | was inconsistent with other samples git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743882 13f79535-47bb-0310-9956-ffa450edef68
* Updates to calculator readmelresende2009-02-081-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742020 13f79535-47bb-0310-9956-ffa450edef68
* Updating build script to allow user to call ant runlresende2009-02-081-28/+40
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742017 13f79535-47bb-0310-9956-ffa450edef68
* Update calculator sample to have a Jar manifest main class and to use the ↵antelder2009-01-302-61/+47
| | | | | | simplified Ant build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739214 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-282-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
* 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
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-171-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
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-191-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
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-193-10/+10
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* Convert to SCA Node APIrfeng2008-08-123-12/+27
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685008 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-1718-0/+1064
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68