blob: a116778476e0e724f43e897e59bd3da75680a1fb (
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
|
What's new in DAS Java M2
DAS Core features
- MySQL support
- Static Data Objects
- Dynamic root for static graphs
- "Unique" attribute on relationships
- Explicit ResultSet shape definition
- Improved logging
- Programmatic Configuration
- Helper for empty SDO Graph
- Convention over configuration
- Column named "ID" is the PK
- Column named "xxx_ID" is the FK to table "xxx"
DAS Samples
- Tomcat integration and automated DAS samples testing (htmlUnit)
- DAS Samples now have all dependencies and source code inside the sample war
For detailed user documentation and feature descriptions, access Tuscany DAS Wiki page
http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview
Downloading
http://incubator.apache.org/tuscany/downloads.html#Apache%20Tuscany%20Java%20Downloads
Details are described below.
DAS Java M2 is a superset of previous DAS Java M1 release.
Anything in M1 is also in M2, but M2 contains features and bugfixes not present in M1 release.
Compatibility Concerns
- We have removed support for named parameters and previous DAS configuration files will have to be updated as needed.
|