You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Adriano Crestani <ad...@apache.org> on 2007/06/27 10:06:40 UTC

DAS C++ First Sample

Actually, there is being implemented a version of Tuscany DAS in C++. There
is no release of this version yet, and all the code can only be downloaded
from the trunk on [1].

DAS C++ development status are being commented on thread [2].

Under revision 550697 was added the new DAS C++ sample: SimpleRead. This
sample demonstrates how to use DAS C++ to load data from a data source into
a SDO graph.

To get start on compiling and installing DAS C++, see page [3].

Any feedback will be helpful ; )

[1] https://svn.apache.org/repos/asf/incubator/tuscany/cpp/das/
[2] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg18032.html
[3]
https://svn.apache.org/repos/asf/incubator/tuscany/cpp/das/GettingStarted.html

Adriano Crestani