[
https://issues.apache.org/jira/browse/TUSCANY-3671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906935#action_12906935
]
antony commented on TUSCANY-3671:
---------------------------------
DAS is the only medium for SDO to talk to RDBMS? is there any other medium?
I had successfully executed this company-webapp sample. But i couldnt process
further, as i didn't find how to get the SDO DataGraph from this DAS
reference...
Command read = das.getCommand("all companies");
DataObject root = read.executeQuery();
return root.getList("COMPANY");
...
...
....
das.applyChanges(root);
..
..
..
> Need SDO sample on how to connect to RDBMS
> ------------------------------------------
>
> Key: TUSCANY-3671
> URL: https://issues.apache.org/jira/browse/TUSCANY-3671
> Project: Tuscany
> Issue Type: Improvement
> Components: Java SDO Samples
> Affects Versions: Java-SDO-1.0
> Environment: Java, SDO, Oracle, webapplication
> Reporter: antony
> Fix For: Java-DAS-Next
>
>
> I could not find any samples or piece of code on how SDO interact with RDBMS.
> It will be good if we have one in the sample provided. Can someone plz tell
> me on how to get the HelperContext for the RDBMS. All samples explain only
> about connect to XML/XSD not to RDBMS. I tried with DAS but i am not sure how
> to map DAS with SDO. Can someone plz explain the steps on how to connect SDO
> with RDBMS.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.