summaryrefslogtreecommitdiffstats
path: root/sandbox/sca-cloud-tutorial (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing expertise sample applicationlresende2009-12-0113-583/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885979 13f79535-47bb-0310-9956-ffa450edef68
* Providing a store-merger application that explores adding new catalogs from ↵lresende2009-11-0414-12/+781
| | | | | | different cloud environments to the store application git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832884 13f79535-47bb-0310-9956-ffa450edef68
* Updating item value object to allow better representation of monetary ↵lresende2009-11-0414-26/+89
| | | | | | information git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@832883 13f79535-47bb-0310-9956-ffa450edef68
* Integrating with cloud-appengine-sdk module to avoid issues with building ↵lresende2009-10-293-156/+8
| | | | | | the cloud-google module with a clean maven repo (without appengine sdk available in it) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830808 13f79535-47bb-0310-9956-ffa450edef68
* New module to download appengine-sdk and install in yoru local maven repo. ↵lresende2009-10-292-0/+177
| | | | | | This is to avoid checken-egg thing, where you start from a clean maven repo and the dependency is not there yet failing the module before you could download and install it git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830807 13f79535-47bb-0310-9956-ffa450edef68
* Remove the exclusionrfeng2009-10-281-15/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830788 13f79535-47bb-0310-9956-ffa450edef68
* Configure the sourceDirectory and use GAE classpath container for ↵rfeng2009-10-284-84/+127
| | | | | | cloud-google project git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830787 13f79535-47bb-0310-9956-ffa450edef68
* Remove generated files from svnrfeng2009-10-2821-278/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830760 13f79535-47bb-0310-9956-ffa450edef68
* Set outputDirectory for pom.xmlrfeng2009-10-285-21/+5
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830759 13f79535-47bb-0310-9956-ffa450edef68
* Fix pom.xml and set svn:ignorerfeng2009-10-285-16/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830755 13f79535-47bb-0310-9956-ffa450edef68
* Modifying service uri to avoid issues with contextPath calculations on the ↵lresende2009-10-281-1/+1
| | | | | | runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830660 13f79535-47bb-0310-9956-ffa450edef68
* Minor update on service urilresende2009-10-271-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830392 13f79535-47bb-0310-9956-ffa450edef68
* Create profiles to exclude some modules from running eclipse:eclipselresende2009-10-274-7/+29
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830391 13f79535-47bb-0310-9956-ffa450edef68
* Fixing up pointers to renamed catalog sample applicationlresende2009-10-276-7/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830390 13f79535-47bb-0310-9956-ffa450edef68
* Renaming to remove 2x from sample application namelresende2009-10-279-0/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830363 13f79535-47bb-0310-9956-ffa450edef68
* Refactoring common artifacts to store-assets modulelresende2009-10-2737-311/+210
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830361 13f79535-47bb-0310-9956-ffa450edef68
* Adding support for multi-user shoppingCartlresende2009-10-266-21/+180
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829709 13f79535-47bb-0310-9956-ffa450edef68
* Adding user services and integrating with the store applicationlresende2009-10-267-30/+236
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829708 13f79535-47bb-0310-9956-ffa450edef68
* Store vegetable catalog tweaked to run on the ibmcloud environmentlresende2009-10-2314-0/+795
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829153 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing composite to source controllresende2009-10-232-0/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829152 13f79535-47bb-0310-9956-ffa450edef68
* A pom for the cloud sandboxlresende2009-10-231-0/+36
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829151 13f79535-47bb-0310-9956-ffa450edef68
* Adding missing source folder to expertise-rest samplelresende2009-10-236-0/+357
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829150 13f79535-47bb-0310-9956-ffa450edef68
* Updating store with new vegetables catalog and adding basic support for ↵lresende2009-10-2318-48/+480
| | | | | | shoppingCart services using JSON-RPC git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829149 13f79535-47bb-0310-9956-ffa450edef68
* Initial implementation of the cloud-api based on Google AppEngine ↵lresende2009-10-2312-0/+652
| | | | | | infrastructure services git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829148 13f79535-47bb-0310-9956-ffa450edef68
* Straw-man cloud api that abstract different cloud infrastructure services ↵lresende2009-10-235-0/+173
| | | | | | and allow applications to consume these services independently of the cloud environment. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829147 13f79535-47bb-0310-9956-ffa450edef68
* Removing web-inf\classes from source repositorylresende2009-10-162-67/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825764 13f79535-47bb-0310-9956-ffa450edef68
* Removing web-inf\classes from source repositorylresende2009-10-162-62/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825763 13f79535-47bb-0310-9956-ffa450edef68
* Moving rest service cloud example to cloud sandboxlresende2009-10-1613-0/+333
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825752 13f79535-47bb-0310-9956-ffa450edef68
* Moving store catalog cloud sample to cloud sandboxlresende2009-10-1619-0/+477
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825748 13f79535-47bb-0310-9956-ffa450edef68
* Moving cloud store sample to cloud tutorial sandboxlresende2009-10-1620-0/+699
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825743 13f79535-47bb-0310-9956-ffa450edef68