summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/tutorials (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing artifact version if on ant build scriptlresende2009-09-081-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812730 13f79535-47bb-0310-9956-ffa450edef68
* Minor update on the ant script to point to correct artifact versionlresende2009-08-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802655 13f79535-47bb-0310-9956-ffa450edef68
* Move www-services to sandbox area until the license of the Amazon jars is ↵antelder2009-08-0839-21546/+0
| | | | | | clarified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@802332 13f79535-47bb-0310-9956-ffa450edef68
* Use spring to provide the component implementation as the module name ↵slaws2009-07-042-1/+30
| | | | | | suggests is the case. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791074 13f79535-47bb-0310-9956-ffa450edef68
* Update scope so launcher can start AMQ brokerantelder2009-07-031-1/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790988 13f79535-47bb-0310-9956-ffa450edef68
* Add missing dependencyslaws2009-07-031-0/+20
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790973 13f79535-47bb-0310-9956-ffa450edef68
* Update README to add new scenarioslaws2009-07-031-0/+69
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790912 13f79535-47bb-0310-9956-ffa450edef68
* Update assets and domain to support the enterprise exampleslaws2009-07-0314-4/+275
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790911 13f79535-47bb-0310-9956-ffa450edef68
* A new warehouse component that listens for orders on JMS and provides a GUI ↵slaws2009-07-036-0/+362
| | | | | | to show any orders received git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790909 13f79535-47bb-0310-9956-ffa450edef68
* Same as store merged but with a JMS link to the warehouse (store not ↵slaws2009-07-034-0/+248
| | | | | | currently configured to use web service catalogs) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790908 13f79535-47bb-0310-9956-ffa450edef68
* Add source for the diagrams (this isn't the original as I couldn't find it ↵slaws2009-07-031-0/+0
| | | | | | so apologies if it looks slightly different) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790905 13f79535-47bb-0310-9956-ffa450edef68
* Extend to include an enterpries scenarioslaws2009-07-031-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790903 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3062 don't resolve composites in the deployable composite ↵slaws2009-05-264-31/+200
| | | | | | collection. Remove unused contributions from domain. Upgrade the README to describe each store scenario and how to run it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@778666 13f79535-47bb-0310-9956-ffa450edef68
* Fix README to match 1.5 releasekelvingoodson2009-05-221-5/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@777442 13f79535-47bb-0310-9956-ffa450edef68
* Bump up 1.x trunk version to 1.6-SNAPSHOTantelder2009-04-1822-579/+579
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766265 13f79535-47bb-0310-9956-ffa450edef68
* Make the openejb version consistent and fix the NPE & UnsupportedModuleTyperfeng2009-04-042-9/+16
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761874 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2878 - Adjusting modules to add ↵lresende2009-04-032-2/+2
| | | | | | implementation-widget-runtime-tuscany as dependency git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761567 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2944 - Enable tests as recent changes from slaws in revision #759149 ↵lresende2009-03-271-1/+0
| | | | | | fixes the problems we were seeing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759358 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2944 don't raise NPE if the component type model cannot be determinedslaws2009-03-271-0/+15
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759149 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2837 - Adding new js dependencieslresende2009-03-271-0/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@759063 13f79535-47bb-0310-9956-ffa450edef68
* Take store-test out of build as its broken, see TUSCANY-2944antelder2009-03-261-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758689 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2933 - Updating store tutorial to use widget Java Script fuctions in ↵lresende2009-03-244-11/+11
| | | | | | the new tuscany.sca namespace git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757651 13f79535-47bb-0310-9956-ffa450edef68
* Merge store tutorial README fix from 1.4 to 1.xantelder2009-01-081-0/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@732690 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2739 - fix ant generator to allow the path to the distribution root ↵slaws2008-12-1215-2/+42
| | | | | | directory to be specified git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725975 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2737 - Moving to latest release of the sql-maven-pluginlresende2008-12-114-7/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725532 13f79535-47bb-0310-9956-ffa450edef68
* Changing version 1.4-SNAPSHOT to 1.5-SNAPSHOTramkumar2008-12-0222-528/+528
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722441 13f79535-47bb-0310-9956-ffa450edef68
* Creating Java SCA 1.x branchlresende2008-11-13162-0/+29134
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@713805 13f79535-47bb-0310-9956-ffa450edef68