ReportServer Eclipse 编辑和部署

ReportServer Eclipse Edit & Deploy

我正在尝试使用出色的 ReportServer BI 套件。 https://reportserver.net/en/ 但是我需要编辑一些功能并且想使用 Eclipse。但是我找不到编辑代码并将其重新分发为 war 文件的方法。我曾尝试将项目的源代码导入到 Eclipse,但它创建了许多项目,而不是 Eclipse 使用的动态 Web 项目。简而言之,我想将 ReportServer 导入到 Eclipse 中,在 Eclipse 中进行编辑和测试,然后能够将其导出为 war。有什么见解吗?谢谢

有个recent tutorial on how to set up ReportServer in Eclipse as part of the official ReportServer documentation. Have a look at the tutorials section (Development) of the documentation page.

以下是基础知识:如果您以前使用过 GWT,那么在 Eclipse 中设置 ReportServer 是很简单的(这里和那里有一些调整)。也就是说,ReportServer 基于 GWT(当前 ReportServer 3.0 版本基于 GWT 2.7),因此第一步是安装 GWT 2.7 以及 GWT Eclipse 插件。

然后创建一个新的 Web 应用程序项目并复制源代码(源代码和二进制文件都可以在 Sourceforge. Ensure to also copy the metadata model folder als a source folder. Most of the necessary libraries can be taken from the packaged binaries file (WEB-INF/lib). There are a few binaries missing, in essence this is JUEL 上获得。

最后,确保内存设置足够,即ReportServer至少要给一个,最好2GB RAM。在启动 ReportServer 之前,确保您已经创建了必要的数据库(ddls 在二进制文件存档的 ddl 文件夹中提供)并配置了数据库设置(二进制文件也附带了一个示例)。