summaryrefslogtreecommitdiffstats
path: root/tags/java/das/1.0-incubating-beta1-rc1/distribution/source/RELEASE_NOTES
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /tags/java/das/1.0-incubating-beta1-rc1/distribution/source/RELEASE_NOTES
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/java/das/1.0-incubating-beta1-rc1/distribution/source/RELEASE_NOTES')
-rw-r--r--tags/java/das/1.0-incubating-beta1-rc1/distribution/source/RELEASE_NOTES52
1 files changed, 52 insertions, 0 deletions
diff --git a/tags/java/das/1.0-incubating-beta1-rc1/distribution/source/RELEASE_NOTES b/tags/java/das/1.0-incubating-beta1-rc1/distribution/source/RELEASE_NOTES
new file mode 100644
index 0000000000..591a82a5fd
--- /dev/null
+++ b/tags/java/das/1.0-incubating-beta1-rc1/distribution/source/RELEASE_NOTES
@@ -0,0 +1,52 @@
+What's new in Apache Tuscany DAS beta1
+======================================
+
+ DAS core features
+
+ - Support for J2SE connections in DAS config using Driver Manager.
+
+ - Added support for multiple database schemas in queries
+
+ - Enhanced Logging
+
+ - Enhanced Optimistic Concurrency Control with overqualified updates
+
+ - Enhanced support in ApplyChanges for generating proper INSERT for empty DataObjects
+
+ - Enhanced support for invalid ResultSetMetadata
+
+ - Supporting ApplyChange commands as single atomic unit
+
+ - MySQL based test cases complete with success.
+
+
+ Documentation
+
+ - DAS API Javadocs now available in binary distribution
+
+ - Improved user guide available in Tuscany DAS website
+
+ - New Developer and Architect guides in Tuscany DAS website
+
+
+ DAS Samples
+
+ - Introduced database utility to create, populate and refresh canned sample dbs
+
+ - Introduced new sample that demonstrate usage of DAS in a J2SE environment
+
+ - Introduced a new DAS sample that demonstrates DAS advanced features such as :
+ - Basic CRUD
+ - Optimistic Concurrently Control (OCC)
+ - Result Set Shape
+ - Column Converter
+ - Integration with dbConfig
+
+Details are described below.
+
+ DAS Java beta1 is a superset of previous DAS Java M1 and M2 releases.
+ Anything in M1 or M2 is also in beta1, but beta1 contains features and bug fixes not present in M1 or M2 release.
+
+Compatibility Concerns
+
+ - Changes on DAS Config file namespaces \ No newline at end of file