如何从Java调用Pentaho“wcdf”仪表板文件

时间:2017-11-22 11:16:31

标签: java integration pentaho dashboard pentaho-cde

我使用Pentaho Jar文件和Java代码将Pentaho引擎公开为WebService:

import org.pentaho.reporting.engine.classic.core.MasterReport;
import org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.PdfReportUtil;
.......
.......
PdfReportUtil.createPDF(report.prpt , File); 

需要以相同的方式添加仪表板功能, 通过将Dashboard依赖Jar文件添加到现有系统并从Java应用程序调用仪表板“wcdf”文件。

到目前为止,我对Dashboard依赖Jar文件的发现是:

 - pentaho-reporting-engine-classic-extensions-cda-5.0.1-stable.jar 
 - pentaho-reporting-engine-classic-extensions-drill-down-5.0.1-stable.jar

无法在Pentaho文档中找到Invoking的Java代码, 到目前为止,我只是在网页中嵌入了网址。

请指导我从Java调用“wcdf”仪表板文件

0 个答案:

没有答案