创建Pentaho1.7的示例Dashboard

参考文档:
http://wiki.pentaho.org/display/COM/A+Dashboard+Framework+for+the+Pentaho+BI+Platform

1. 拷贝Dashboard.jsp文件到Pentaho部署包中webapp中的JSP目录下
2. 将Dashboard.jsp在Pentahowebapp中web.xml中注册
3. 将定义的template-dashboard.html拷贝到pentaho-solutions/system/custom下
4. 将定义的dashboard-links.xsl拷贝到pentaho-solutions/system/custom/xsl下
5. 将自己的dashboards文件夹拷贝到pentaho-solutions下

PS:Pentaho图标的正常显示请使用pentaho大于1.5的版本

在dashboards目录下,要正确定义相关的xaction文件,内嵌报表的生成在pentaho-solutions目录下有samples/dashboard/jsp目录下的xaction文件(定义报表显示内容)和xml文件(定义报表显示样式)


创建Pentaho1.7的示例Dashboard_第1张图片

你可能感兴趣的:(html,Web,jsp,xml,XSL)