0

How do I use a jar in Talend? With tLibraryLoad one can load the Library but after that how do I use it or what other components do I need?

The jar I want to use is a complex API Client made for accessing a Java System via it'S SOAP API. Wich component is used for writing the calls to authenticate, retrieve data, ...? Where could I find a tutorial?

4

1 回答 1

1

加载 jar 文件后,您可以在任何自定义 Java 代码组件(tJava、tJavaFlex、tJavaRow)或自定义例程(在左侧存储库窗口中的代码下)中引用来自该文件的方法。

您可以在在线文档中查看每个组件的示例和文档。您需要注册(它是免费的)。

于 2013-05-07T15:16:08.383 回答