summaryrefslogtreecommitdiffstats
path: root/tags/site-090106-pre667/site-author/das_index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tags/site-090106-pre667/site-author/das_index.xml')
-rw-r--r--tags/site-090106-pre667/site-author/das_index.xml64
1 files changed, 0 insertions, 64 deletions
diff --git a/tags/site-090106-pre667/site-author/das_index.xml b/tags/site-090106-pre667/site-author/das_index.xml
deleted file mode 100644
index 55d2661651..0000000000
--- a/tags/site-090106-pre667/site-author/das_index.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?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>