Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Section
Column
width15%
Include Page
TUSCANYWIKI:GeneralTUSCANYWIKI:
General
Include Page
TUSCANYWIKI:CommunityTUSCANYWIKI:
Community
Include Page
TUSCANYWIKI:DAS MenuTUSCANYWIKI:
DAS Menu
Include Page
TUSCANYWIKI:DAS Java MenuTUSCANYWIKI:
DAS Java Menu
Include Page
TUSCANYWIKI:DAS CPlus MenuTUSCANYWIKI:
DAS CPlus Menu
Include Page
TUSCANYWIKI:DAS Release Process MenuTUSCANYWIKI:
DAS Release Process Menu
Column
width88%

Introduction

   DAS C++ design is based on the existing DAS Java API with necessary changes to accommodate differences between Java SDO and C++ SDO. The initial implementation might be leaving the Config and Paging concepts out of scope.

DAS Lite C++ 

    The DAS Lite C++ library is a minimal collect of classes needed to implement a simple read  webApp. This webApp should create a prepared statement using a given select statement string  and return the selected rows. It also should generate a graph with the data returned by the database using SDO C++ framework.

     Class Diagram

    This class diagram represents the structure of DAS Lite C+. These classes were extracted from DAS Java and should be implemented in C+. The Connection class should be replaced for HDBC structure, from ODBC framework.

 

Basic Requirements

  •    Use ODBC for Database access
  •    Support access MySQL database
  •    Win32 and Linux support

References

http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotesImage Removedhttp://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.db2.doc.pdf/dsnodj13.pdf?noframes=trueImage Removed