Reputation: 49
I recently started using IBM Doors program, I also did start writing scripts for it in DXL. However when I checked the eclipse main page, I realized that a tool called MDAccess for Doors exsists. My question is that is it possible to write code in java for Doors if so, what are the disadvantages compared to DXL?
Upvotes: 0
Views: 1684
Reputation: 1
This might interest you, as it is using available APIs and does not rely on additional commercial products:
https://www.ibm.com/developerworks/rational/library/oslc-services-rational-doors/index.html
Upvotes: 0
Reputation: 796
Yes, it is possible to write Java code for DOORS. You already found the solution: MDAccess is a commercial product provided by Sodius. According to the product specs and some marketing presentation it provides access to a DOORS server using the Java programming language.
Sodius sent me this information on personal request, indicating a disadvantage which might concern you:
Our Java layer is done to manipulate DOORS data, meaning read/write DOORS data. You will not find Java wrappers of DXL functions that interact with DOORS UI for example.
Note we are able to execute DXL code trough the Java layer so you can always get this mean to achieve DXL-based operations.
However, it's not too cheap.
Upvotes: 1