summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adding customer-dojo sample app to main buildlresende2008-08-011-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681811 13f79535-47bb-0310-9956-ffa450edef68
* Change the sample to use only the sca-api dependency with a scope of ↵antelder2008-08-011-21/+1
| | | | | | provided as eveything is provided by the runtime git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681637 13f79535-47bb-0310-9956-ffa450edef68
* Customer sample using Dojo + JSONRPC and OpenJPAlresende2008-08-0119-0/+1471
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681631 13f79535-47bb-0310-9956-ffa450edef68
* correct typo in service name and remove init method as @Reference annottaion ↵antelder2008-08-012-14/+2
| | | | | | now works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681625 13f79535-47bb-0310-9956-ffa450edef68
* Correct typo in class nameantelder2008-07-311-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681404 13f79535-47bb-0310-9956-ffa450edef68
* Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng2008-07-302-7/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2515rfeng2008-07-301-33/+39
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681135 13f79535-47bb-0310-9956-ffa450edef68
* Update to use web-uri attributeantelder2008-07-281-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680354 13f79535-47bb-0310-9956-ffa450edef68
* Start of a sample using implementation.webantelder2008-07-287-0/+275
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680347 13f79535-47bb-0310-9956-ffa450edef68
* Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash2008-07-252-54/+56
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2497 - README update. Thanks for the patch Dhavalslaws2008-07-251-2/+14
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679747 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2420 commit changes from 1.3 branchslaws2008-07-254-18/+21
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679715 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2437 commit changes from 1.3 branchslaws2008-07-258-391/+343
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679706 13f79535-47bb-0310-9956-ffa450edef68
* Remove incorrect uri attribute on service callback binding (see TUSCANY-2417)nash2008-07-241-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679533 13f79535-47bb-0310-9956-ffa450edef68
* Distributed store scenario to help evaluate current issues when wiring ↵lresende2008-07-2232-0/+1711
| | | | | | references to services from different hosts/ports using web 2.0 bindings git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678649 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-1961 - Properly reporting business and runtime exceptions to clients ↵lresende2008-07-171-14/+35
| | | | | | using jsonRPC binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677479 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up pom.xmlantelder2008-07-161-10/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677236 13f79535-47bb-0310-9956-ffa450edef68
* Adding better ui and initial navigation to gallerylresende2008-07-1612-10/+209
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677184 13f79535-47bb-0310-9956-ffa450edef68
* Remove unused fileantelder2008-07-151-44/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676842 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2409. Mirrored changes to SCANodeFactory in NodeLauncher.jsdelfino2008-07-142-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676650 13f79535-47bb-0310-9956-ffa450edef68
* Start of a jms callback sampleantelder2008-07-1413-0/+640
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676509 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2370 - Applying Dan's patchlresende2008-07-101-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675681 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2409rfeng2008-07-095-34/+33
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675358 13f79535-47bb-0310-9956-ffa450edef68
* Merge TUSCANY-2417: fix callback-ws sample to work by using explicit ↵antelder2008-07-091-2/+2
| | | | | | callback uri from 1.3 branch to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675138 13f79535-47bb-0310-9956-ffa450edef68
* Merge TUSCANY-2417: fix callback-ws sample to work by using explicit ↵antelder2008-07-091-1/+1
| | | | | | callback uri from 1.3 branch to trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675137 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2354 - Applying a slightly modified version of Ram's patch to get a ↵lresende2008-07-081-4/+11
| | | | | | sucessful build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675018 13f79535-47bb-0310-9956-ffa450edef68
* Adding photo-gallery sample to build profilelresende2008-07-081-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674905 13f79535-47bb-0310-9956-ffa450edef68
* Split binding-jms module into two modules binding-jms and binding-jms-runtime.jsdelfino2008-07-082-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674713 13f79535-47bb-0310-9956-ffa450edef68
* Fixed dependencies on node-manager.jsdelfino2008-07-041-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673877 13f79535-47bb-0310-9956-ffa450edef68
* Fixes for itest/osgi-tuscany and Felix versionsrsivaram2008-07-031-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673669 13f79535-47bb-0310-9956-ffa450edef68
* Simple picture gallery just showing list of pictures from a album stored as ↵lresende2008-07-0317-171/+194
| | | | | | project resource git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673556 13f79535-47bb-0310-9956-ffa450edef68
* Skeleton for photo-gallery samplelresende2008-07-028-0/+756
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673436 13f79535-47bb-0310-9956-ffa450edef68
* Remove module interface-wsdl-java2wsdlnash2008-07-011-6/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673199 13f79535-47bb-0310-9956-ffa450edef68
* Fix missing node-manager dependencynash2008-07-011-0/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673184 13f79535-47bb-0310-9956-ffa450edef68
* continue with agregate jar modules as being discussed on ML. Add new api and ↵antelder2008-07-0118-0/+1065
| | | | | | runtime2 modules and a calculator2 sample that shows them being used git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673092 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2430, fix the algorithm used to work out the feed URL. slaws2008-06-292-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672659 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2427 - merging changes from 1.3 release to trunklresende2008-06-261-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@671701 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2413 - Applying patch from Dhavallresende2008-06-232-2/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670693 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-17921-0/+60335
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68