From eed639ccf7fd95e0b31caf61787126e69592f207 Mon Sep 17 00:00:00 2001 From: ramkumar Date: Tue, 2 Dec 2008 11:17:24 +0000 Subject: Branch for 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@722428 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/META-INF/orm.xml | 51 ++++++++++++++ .../src/main/resources/META-INF/persistence.xml | 40 +++++++++++ .../main/resources/META-INF/sca-contribution.xml | 26 ++++++++ .../src/main/resources/content/customer.html | 77 ++++++++++++++++++++++ .../src/main/resources/customer.composite | 44 +++++++++++++ 5 files changed, 238 insertions(+) create mode 100644 branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/orm.xml create mode 100644 branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/persistence.xml create mode 100644 branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.4/samples/customer-dojo/src/main/resources/content/customer.html create mode 100644 branches/sca-java-1.4/samples/customer-dojo/src/main/resources/customer.composite (limited to 'branches/sca-java-1.4/samples/customer-dojo/src/main/resources') diff --git a/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/orm.xml b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/orm.xml new file mode 100644 index 0000000000..64be295302 --- /dev/null +++ b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/orm.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/persistence.xml b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/persistence.xml new file mode 100644 index 0000000000..5add897279 --- /dev/null +++ b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/persistence.xml @@ -0,0 +1,40 @@ + + + + + + + orm.xml + customer.Customer + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..136326d1d3 --- /dev/null +++ b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + diff --git a/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/content/customer.html b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/content/customer.html new file mode 100644 index 0000000000..dbc8aad9d0 --- /dev/null +++ b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/content/customer.html @@ -0,0 +1,77 @@ + + + + Tuscany Dojo JSON-RPC Customer Example + + + + + + + + + + + + + + + +

Tuscany Dojo JSON-RPC Customer Sample

+ +Customer Name :
+ + + + + + + + diff --git a/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/customer.composite b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/customer.composite new file mode 100644 index 0000000000..4c370f2a9f --- /dev/null +++ b/branches/sca-java-1.4/samples/customer-dojo/src/main/resources/customer.composite @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3