Java IBM 门计划
Java program for IBM Doors
我最近开始使用 IBM Doors 程序,我也确实开始用 DXL 为它编写脚本。然而,当我查看 eclipse 主页时,我意识到存在一个名为 MDAccess for Doors 的工具。我的问题是,是否可以在 java 中为 Doors 编写代码,如果可以的话,与 DXL 相比有什么缺点?
是的,可以为 DOORS 编写 Java 代码。您已经找到了解决方案:MDAccess 是 Sodius. According to the product specs and some marketing presentation 提供的商业产品,它使用 Java 编程语言提供对 DOORS 服务器的访问。
Sodius 应个人要求向我发送了此信息,指出了您可能关心的缺点:
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.
不过,也不算便宜。
这可能会让您感兴趣,因为它使用可用的 API 并且不依赖于其他商业产品:
https://www.ibm.com/developerworks/rational/library/oslc-services-rational-doors/index.html
免责声明:
我为 IBM DOORS 产品支持部门工作,但是此处 post 提供的所有信息都是以个人私人身份提供的,并不一定反映我雇主的立场。因此,我 post 不构成 IBM 的官方声明,也不构成 IBM 对信息的任何认可、假定、暗示或其他方式。
为了您自己的利益,请不要在此平台上以业务身份联系我,而是使用官方 IBM 支持社区 Web 门户。谢谢! :-)
我最近开始使用 IBM Doors 程序,我也确实开始用 DXL 为它编写脚本。然而,当我查看 eclipse 主页时,我意识到存在一个名为 MDAccess for Doors 的工具。我的问题是,是否可以在 java 中为 Doors 编写代码,如果可以的话,与 DXL 相比有什么缺点?
是的,可以为 DOORS 编写 Java 代码。您已经找到了解决方案:MDAccess 是 Sodius. According to the product specs and some marketing presentation 提供的商业产品,它使用 Java 编程语言提供对 DOORS 服务器的访问。
Sodius 应个人要求向我发送了此信息,指出了您可能关心的缺点:
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.
不过,也不算便宜。
这可能会让您感兴趣,因为它使用可用的 API 并且不依赖于其他商业产品:
https://www.ibm.com/developerworks/rational/library/oslc-services-rational-doors/index.html
免责声明: 我为 IBM DOORS 产品支持部门工作,但是此处 post 提供的所有信息都是以个人私人身份提供的,并不一定反映我雇主的立场。因此,我 post 不构成 IBM 的官方声明,也不构成 IBM 对信息的任何认可、假定、暗示或其他方式。 为了您自己的利益,请不要在此平台上以业务身份联系我,而是使用官方 IBM 支持社区 Web 门户。谢谢! :-)