summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-13TUSCANY-2543: apply patch from Ramkumar Ramalingam to Demostrate ↵antelder10-120/+191
Explicit/Implicit services, references in Spring BigBank Sample git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685520 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13Add implementation.web client using jsonrpcantelder6-0/+223
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685464 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Refactoring the launcher to follow the same pattern used in other apps ↵lresende3-13/+9
(launch.launchxxxx launcher) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685380 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Move to SDO 1.1.1 releaserfeng4-13/+13
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12remove unneeded dependenciesantelder1-14/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685159 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Remove unneeded dependencyantelder1-7/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685158 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Remove unused classantelder1-34/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685156 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Add helloworld-jsp sample using implementation.webantelder7-0/+233
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685152 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12Add activemq dependency so sample works out-of-the-box on tomcatantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685150 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
2008-08-11Change to work with the embedded webapp runtime and new implementation.web, ↵antelder5-45/+85
and change the service name to make the scdl more obvious git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684663 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08Fix for TUSCANY-2527rfeng2-8/+8
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684136 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08TUSCANY-2533 - Angela's patch + other fixes in order to make JCR integration ↵lresende5-2/+284
work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683882 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2517: Extending ↵antelder22-363/+824
simple-bigbank-spring sample - Step 1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683591 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Include the new spring bigbank modulesantelder1-0/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683590 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2522: Extending Spring ↵antelder8-0/+341
Sample with SCA WebServices Binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683557 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2521: Extending Spring ↵antelder21-0/+1100
Sample with SCA JMS Binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683555 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07Apply patch from Ramkumar Ramalingam for TUSCANY-2520: Extending Spring ↵antelder16-0/+594
Sample with SCA RMI binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683554 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01Adding customer-dojo sample app to main buildlresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681811 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01Change the sample to use only the sca-api dependency with a scope of ↵antelder1-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
2008-08-01Customer sample using Dojo + JSONRPC and OpenJPAlresende19-0/+1471
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681631 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01correct typo in service name and remove init method as @Reference annottaion ↵antelder2-14/+2
now works git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681625 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31Correct typo in class nameantelder1-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681404 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Merge the fix from 1.3 branch for TUSCANY-2509, TUSCANY-2506rfeng2-7/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681137 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30Fix for TUSCANY-2515rfeng1-33/+39
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681135 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Update to use web-uri attributeantelder1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680354 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28Start of a sample using implementation.webantelder7-0/+275
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680347 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25Copy 1.3 branch revisions 678491, 678875, 679082, 679205, 679334 and 679385nash2-54/+56
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679774 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2497 - README update. Thanks for the patch Dhavalslaws1-2/+14
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679747 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2420 commit changes from 1.3 branchslaws4-18/+21
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679715 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25TUSCANY-2437 commit changes from 1.3 branchslaws8-391/+343
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679706 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24Remove incorrect uri attribute on service callback binding (see TUSCANY-2417)nash1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@679533 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22Distributed store scenario to help evaluate current issues when wiring ↵lresende32-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
2008-07-17TUSCANY-1961 - Properly reporting business and runtime exceptions to clients ↵lresende1-14/+35
using jsonRPC binding git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677479 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16Tidy up pom.xmlantelder1-10/+6
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677236 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16Adding better ui and initial navigation to gallerylresende12-10/+209
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677184 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15Remove unused fileantelder1-44/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676842 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Fix for TUSCANY-2409. Mirrored changes to SCANodeFactory in NodeLauncher.jsdelfino2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676650 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14Start of a jms callback sampleantelder13-0/+640
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@676509 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10TUSCANY-2370 - Applying Dan's patchlresende1-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675681 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Fix for TUSCANY-2409rfeng5-34/+33
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675358 13f79535-47bb-0310-9956-ffa450edef68
2008-07-09Merge TUSCANY-2417: fix callback-ws sample to work by using explicit ↵antelder1-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
2008-07-09Merge TUSCANY-2417: fix callback-ws sample to work by using explicit ↵antelder1-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
2008-07-08TUSCANY-2354 - Applying a slightly modified version of Ram's patch to get a ↵lresende1-4/+11
sucessful build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675018 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Adding photo-gallery sample to build profilelresende1-0/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674905 13f79535-47bb-0310-9956-ffa450edef68
2008-07-08Split binding-jms module into two modules binding-jms and binding-jms-runtime.jsdelfino2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674713 13f79535-47bb-0310-9956-ffa450edef68
2008-07-04Fixed dependencies on node-manager.jsdelfino1-6/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673877 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Fixes for itest/osgi-tuscany and Felix versionsrsivaram1-1/+1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673669 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03Simple picture gallery just showing list of pictures from a album stored as ↵lresende17-171/+194
project resource git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673556 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02Skeleton for photo-gallery samplelresende8-0/+756
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673436 13f79535-47bb-0310-9956-ffa450edef68