Accessing DOORS using Java Rest Api's (Not DNG)
Hello Team,
I am planning to read Rational DOORS (Not DNG) using Java/Rest Api's.
Is there any user guide or blogs are available for this to get a heads on?
Please share if any resources are available.
Thanks in advance.
|
Accepted answer
Ok, for DOORS Classic, the OSLC API should follow the same rules as the DNG API.
There is this article to get started: DOORS OSLC Services
Using the OSLC Workshop article - https://jazz.net/library/article/635 - for the Java with OSLC part, and above article you should be able to get going.
Shan P selected this answer as the correct answer
|
3 other answers
Ralph Schoon (63.5k●3●36●46)
| answered Mar 25 '19, 8:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER See Comments
Shan P
commented Mar 26 '19, 6:59 a.m.
Hi Ralph,
Thanks for your reply.
It looks like the links are for DNG.
Is there any set of links for DOORS classic?
|
Hi Shan
Yes, above set of links are a good point to start, specially the CLM API landing page.
This is the set of DNG public API's that are available:
And there is the private REST API, which you could reverse engineer looking at the requests/responses, but it isn't documented and supported, and can change over time, so usage at your own risk.
Comments
Shan P
commented Mar 26 '19, 7:00 a.m.
Hi Bas Bekker,
Thanks for your reply.
It looks like the links are for DNG.
Is there any set of links for DOORS classic? or is this the right forum to discuss about DOORS classic? |
I propose to use the Lyo Framework. It definitely supports Doors Classic.
Have a closer look on http://www.eclipse.org/lyo/ and also verify the implementation of a Doors OAuth client sample available here
Comments
Shan P
commented Apr 01 '19, 2:56 a.m.
Thanks Matthias.
I will look into it.
Shan P
commented May 27 '19, 1:26 a.m.
Hi Mathias,
I am currently using eclipse lyo framework for fetching data from doors.
I am stuck at some point using this framework and posted as a different question.
The question is :
"How to get attributes name and value from Doors classic using eclipse lyo"
If you any idea on this please post in that question.
I am not a DOORS specialist. I would suggest to have a look at https://www.google.com/search?q=Doors+OSLC
OSLC is the common ground for all the integrations.
By the way, consider creating a new question, if one has already an accepted answer. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Can anyone please let me know the suggestions?
Is there anything wrong in this question or no answer for this question?
Are you asking for DOORS Next Generation, or DOORS Classic?
Hello,