Parse existing DXL's to Jazz supported language
We have been using DOORS for nearly a decade now. Much of our expertise is based on DXL scripts. If our customers move for DOORS Next Generation which I learned does not have the facility to run DXL. So, is there any way that we can customize the DOORS Next Generation? At the least I believe there should be a way to interact programmatically with the JAZZ platform. What languages and development environment is prescribed for Jazz?
I had very little time so could not go through all documentation. I wish somebody out there can provide me the answer I require!
One answer
- RRC Reportable API - for reporting purposes, only reading artifacts
-
OSLC RM V2 API - the open standard way to programmatically integrate with DOORS NG, there is an elaborate workshop to get you started here OSLC Workshop article. Note that there is the Eclipse Lyo library that makes things easier.
- and additionally, there is the so called client extension capability
Comments
To elaborate a bit more, as DNG is based on HTTP REST services, so any programming language that somehow supports doing HTTP REST requests can interface with DNG. The OSLC workshop is in Java, so using Java gives you a head start.
The client extension capability is based on using HTML and JavaScript.