You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Unable to render {include} The included page could not be found.

Java M1 Release - DAS Key Features

  • RDB CRUD operations in terms of SDO DataObjects
  • Optimistic concurrency control
  • Generated database IDs
  • Stored procedures
  • Paging API
  • 1..1 and 1..n relationships
  • Partial row updates

Java M2 Release - DAS Key Features

  • 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
      • Column named "ID" is the PK
      • Column named "xxx_ID" is the FK to table "xxx"
    • Convention over configuration
  • DAS Samples
    • Tomcat integration and automated DAS samples testing (htmlUnit)
    • DAS Samples now have all dependencies and source code inside the sample war
    • M2 JIRAS

Java M3 Release - DAS Key Features (Old Proposed Planning - NEED REVIEW)

  • DAS Core features
    • Optimisc concurrency control
      • Support for OCC recovery (TUSCANY-916) - Default OCC policy (all OCC-capable fileds used in overquaified "where")
    • More performant pager (TUSCANY-542) - Review MySQL Support (TUSCANY-937)
    • SCA Intgration
      • Expose DAS as a Pojo SCA Service (impl.java) (TUSCANY-898) - Container-based DAS (impl.das) (TUSCANY-904)
  • DAS Samples
    • Sample consuming DAS as a Pojo SCA service - Sample consuming container-based DAS
  • Documentation
    • Continue to work on DAS User's guide - HOW-TO describing how to build a DAS Application
  • Infrastructure
    • Automate release distribution process
  • No labels