summaryrefslogtreecommitdiffstats
path: root/site/tags/site-090106-pre667/site-author/das_index.xml
blob: 55d2661651e2f12e4880fc6d8dede081b0ee8d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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>