0

I need to write code that communicates to Oracle Content Server 11g in Java. My understanding is that it's done using RIDC (Remote Intradoc Client).

The best I can find on getting started is this: http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/c23_ridc.htm

However, it doesn't cover the development environment setup. Where do I get the pieces to get started? I'm assuming I need JDeveloper R1, is that correct? Where do I download the SDK? Thanks.

TD

4

2 回答 2

1

您不需要 Oracle WebCenter Portal 扩展或 JDeveloper。

您可以在任何 IDE 中使用 RIDC 库开发代码,您只需确保在类路径中拥有正确版本的 RIDC jar 文件。您可以从 /ucm/Distribution/RIDC 文件夹中的 Oracle_ECM1 安装主目录中获取它。

于 2015-02-20T14:36:15.790 回答
1

您需要在 JDeveloper 中安装 WebCenter Support API。在 Help->Check for Updates 中搜索下图中显示的更新。

在此处输入图像描述

我在PS6。

于 2013-08-25T16:49:38.700 回答