From a3ce58076d0ce2d2f09c2331ea499554e9b5a9f9 Mon Sep 17 00:00:00 2001 From: lresende Date: Thu, 11 Sep 2008 04:13:16 +0000 Subject: Renaming branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694108 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-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml create mode 100644 branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml create mode 100644 branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html create mode 100644 branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite (limited to 'branches/sca-java-20080910/samples/customer-dojo/src/main/resources') diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml b/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/orm.xml new file mode 100644 index 0000000000..64be295302 --- /dev/null +++ b/branches/sca-java-20080910/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-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml b/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/persistence.xml new file mode 100644 index 0000000000..7073c8daf7 --- /dev/null +++ b/branches/sca-java-20080910/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-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..136326d1d3 --- /dev/null +++ b/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,26 @@ + + + + + + + diff --git a/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html b/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/content/customer.html new file mode 100644 index 0000000000..dbc8aad9d0 --- /dev/null +++ b/branches/sca-java-20080910/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-20080910/samples/customer-dojo/src/main/resources/customer.composite b/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite new file mode 100644 index 0000000000..4c370f2a9f --- /dev/null +++ b/branches/sca-java-20080910/samples/customer-dojo/src/main/resources/customer.composite @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3