From fd34d4342b95600825720708d7ff6917bba1ee42 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 27 Jan 2010 09:41:44 +0000 Subject: Java SCA 1.6 RC1 Release Tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@903579 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 | 25 +++++++ .../src/main/resources/content/customer.html | 77 ++++++++++++++++++++++ .../src/main/resources/customer.composite | 44 +++++++++++++ 5 files changed, 237 insertions(+) create mode 100644 sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/orm.xml create mode 100644 sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/persistence.xml create mode 100644 sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml create mode 100644 sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/content/customer.html create mode 100644 sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/customer.composite (limited to 'sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources') diff --git a/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/orm.xml b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/orm.xml new file mode 100644 index 0000000000..64be295302 --- /dev/null +++ b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/orm.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/persistence.xml b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/persistence.xml new file mode 100644 index 0000000000..5add897279 --- /dev/null +++ b/sca-java-1.x/tags/1.6-RC1/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/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..59840213e4 --- /dev/null +++ b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/content/customer.html b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/content/customer.html new file mode 100644 index 0000000000..dbc8aad9d0 --- /dev/null +++ b/sca-java-1.x/tags/1.6-RC1/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/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/customer.composite b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/customer.composite new file mode 100644 index 0000000000..4c370f2a9f --- /dev/null +++ b/sca-java-1.x/tags/1.6-RC1/samples/customer-dojo/src/main/resources/customer.composite @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3