summaryrefslogtreecommitdiffstats
path: root/site/tags/site-090106-pre667/site-author/das_index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'site/tags/site-090106-pre667/site-author/das_index.xml')
-rw-r--r--site/tags/site-090106-pre667/site-author/das_index.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/site/tags/site-090106-pre667/site-author/das_index.xml b/site/tags/site-090106-pre667/site-author/das_index.xml
new file mode 100644
index 0000000000..55d2661651
--- /dev/null
+++ b/site/tags/site-090106-pre667/site-author/das_index.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <title>Tuscany DAS</title>
+ <bannertitle>Tuscany DAS</bannertitle>
+ <author email="luckbr1975@gmail.com">Luciano Resende</author>
+ </properties>
+ <body>
+
+ <section name="Data Access Service">
+ <p>RDB DAS provides a generic data access service that provides
+ transformation capability between SDO data graphs and relational databases and
+ vise versa. </p>
+
+ <p>The following diagram illustrates these two capabilities in
+ a typical client interaction.The client
+ starts by reading a graph of data specified by some query.The client then makes modifications to the
+ graph, possibly by adding elements, and then requests the DAS to push the
+ changes back to the database.</p>
+
+ <img src ="/images/sdo_das_sm.jpg" alt="DAS Capabilities" align="middle" border="0" height="407" width="600"/>
+
+ <p>The following diagram illustrates the high level object diagram for DAS</p>
+
+ <img src ="/images/das_class_diagram.jpg" alt="DAS High level class diagram" align="middle" border="0" height="561" width="710"/>
+
+ <p>To further explore the benefits of DAS please refer to white
+ paper &quot;DAS White Paper: The Data Access Service&quot; on the <a
+ href="http://incubator.apache.org/tuscany/documentation.html">Documentation
+ page</a>.</p>
+ </section>
+
+ <section name="General DAS Documentation">
+ <p>
+ Below, there is a list of various links to documents that help to explain various aspects of the
+ Tuscany DAS subproject and the programming model that it provides. More general documentation
+ which applies to the Tuscany project as a whole can be found on the
+ <a href="documentation.html">
+ Tuscany Documentation page</a>.
+ </p>
+ <p>
+ <table class="bodyTable">
+ <tr class="b">
+ <td>
+ <span style="font-weight: bold;">Title</span>
+ </td>
+ <td>
+ <span style="font-weight: bold;">Description</span>
+ </td>
+ </tr>
+ <tr class="b">
+ <td>
+ <a href='RDB_DAS_white_paper_v-0.1.3.pdf' target='_blank'>DAS White Paper: The Data Access Service</a>
+ </td>
+ <td>
+ How to access relational data in terms of Service Data Objects (not yet on the website - to be provided)
+ </td>
+ </tr>
+ </table>
+ </p>
+ </section>
+
+ </body>
+</document>