summaryrefslogtreecommitdiffstats
path: root/java/sca/samples (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-20Minor code cleanup. Moved different SCDL variations to different composite ↵jsdelfino7-22/+158
files. Added one more variation that shows how to use the SCA ComponentContext interface. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687211 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Added a helloworld-ws-reference-lean sample which shows different ways to ↵jsdelfino14-0/+868
use a reference in a client program without having to use a different component class. I'll add more comments describing the various options demonstrated in the sample to JIRA TUSCANY-2556, which I've created for this work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687208 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Removed build output file from version control.jsdelfino1-113/+0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687206 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Port to SCANodeFactory/SCANoderfeng9-28/+28
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687188 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Updating derby dependency version to avoid issues during db creation scriptlresende2-3/+3
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687104 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19TUSCANY-2550 - Adding more bindings to the spring bigbank sample. Convert ↵slaws13-529/+859
the sample from SCADomain to Node APIs. Thanks for the patch Ram git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@687088 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng16-46/+49
node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Add new sample demonstrating callbacks with implementation.web clientsantelder7-0/+289
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685834 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14Add missing dependencyantelder1-0/+7
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685800 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2458 - Applying Dan's patch to use last updated field as the sorting keylresende2-4/+4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685663 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13TUSCANY-2547 - Applying Dan's patch to update url for O'Reilly feeds.lresende2-2/+2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685606 13f79535-47bb-0310-9956-ffa450edef68
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