blob: 24b565ad020a99fb4eac7b5dd6c21f062f4d6b13 (
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Tuscany DAS Releases</title>
<bannertitle>Welcome to Tuscany DAS Releaases</bannertitle>
<tab>das</tab>
</properties>
<body>
<section name="DAS M2 release - Key features">
<p>Tuscany DAS is an implementation of a DAS RDB (relational database) with
following key features :</p>
<ul>
<li>DAS Core features</li>
<ul>
<li>
<p>MySQL support</p>
</li>
<li>
<p>Static Data Objects</p>
</li>
<li>
<p>Dynamic root for static graphs</p>
</li>
<li>
<p>"Unique" attribute on relationships</p>
</li>
<li>
<p>Explicit ResultSet shape definition</p>
</li>
<li>
<p>Improved logging</p>
</li>
<li>
<p>Programmatic Configuration</p>
</li>
<li>
<p>Helper for empty SDO Graph</p>
</li>
<li>
<p>Convention over configuration</p>
</li>
<ul>
<li>
<p>Column named "ID" is the PK</p>
</li>
<li>
<p>Column named "xxx_ID" is the FK to table "xxx"</p>
</li>
</ul>
</ul>
<li>DAS Samples</li>
<ul>
<li>
<p>Tomcat integration and automated DAS samples testing (htmlUnit)</p>
</li>
<li>
<p>DAS Samples now have all dependencies and source code inside the sample war</p>
</li>
</ul>
</ul>
<p>
<br />
To download DAS M2 Release go to
<a href="das_downloads.html">das downloads</a>
page</p>
<p>You can also look at our
<a class="external" rel="nofollow" href="http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview">Tuscany
DAS Wiki</a>
for more updated and live information. .</p>
</section>
<section name="DAS M1 release - Key features">
<p>Tuscany DAS is an implementation of a DAS RDB (relational database) with
following key features :</p>
<ul>
<li>
<p>RDB CRUD operations in terms of SDO DataObjects</p>
</li>
<li>
<p>Optimistic concurrency control</p>
</li>
<li>
<p>Generated database IDs</p>
</li>
<li>
<p>Stored procedures</p>
</li>
<li>
<p>Paging API</p>
</li>
<li>
<p>1..1 and 1..n relationships</p>
</li>
<li>
<p>Partial row updates
<br />
</p>
</li>
</ul>
<p>To download DAS M1 Release go to
<a href="das_downloads.html">das downloads</a>
page</p>
</section>
</body>
</document>
|