Integrating BIRT ReportEngine into a Web Application Module [message #901181] |
Fri, 10 August 2012 08:39  |
Michael Aro Messages: 4 Registered: June 2012 |
Junior Member |
|
|
I am working on module that will be installed in a core web application on a server. The module is written using spring mvc using a couple of libraries including the Eclipse birt libraries. Currently, the birt runtime engine is downloaded and installed separately on the same server. The web application is configured via a settings page to point to this birt runtime specified via a path.
Now, I want to include the birt runtime engine in the module to eliminate the steps of downloading, installing the birt runtime and configuring the module in the web app to use the engine.
Someone said birt has a large footprint like over 100 MB. I have actually checked on my machine as specified below. Although, the report engine is only about 36 MB. And I think the report engine is the only one i need
Could you please advise the steps i need to take to integrate the birt runtime or just the birt report engine only into my module. I am not using the birt viewer as i am basically using the birt for rendering to different formats like pdf, doc, etc, only.
..\birt-runtime-3_7_2\ReportEngine [size] ---> 36.7 / 36.8 MB
..\birt-runtime-3_7_2\ReportEngine\lib
..\birt-runtime-3_7_2\ReportEngine\samples
..\birt-runtime-3_7_2\ReportEngine\genReport.bat
..\birt-runtime-3_7_2\ReportEngine\genReport.sh
birt-runtime-3_7_2 [size] ---> 111 / 112 MB
..\birt-runtime-3_7_2\about_files
..\birt-runtime-3_7_2\logs
..\birt-runtime-3_7_2\ReportEngine [size] ---> 36.7 / 36.8 MB
...\birt-runtime-3_7_2\WebViewerExample [size] ---> 39.5 / 40 MB
..\birt-runtime-3_7_2\about.html
..\birt-runtime-3_7_2\birt.war [size] ---> 35.5 MB
..\birt-runtime-3_7_2\epl-v10.html
..\birt-runtime-3_7_2\notice.html
..\birt-runtime-3_7_2\readme.txt
[Updated on: Fri, 10 August 2012 08:41] Report message to a moderator
|
|
|
Re: Integrating BIRT ReportEngine into a Web Application Module [message #901619 is a reply to message #901181] |
Mon, 13 August 2012 16:35  |
|
If you are using the the RE API all you need is the files in the lib
directory.
Jason
On 8/10/2012 4:39 AM, Michael Aro wrote:
> I am working on module that will be installed in a core web application
> on a server. The module is written using spring mvc using a couple of
> libraries including the Eclipse birt libraries. Currently, the birt
> runtime engine is downloaded and installed separately on the same
> server. The web application is configured via a settings page to point
> to this birt runtime specified via a path.
>
> Now, I want to include the birt runtime engine in the module to
> eliminate the steps of downloading, installing the birt runtime and
> configuring the module in the web app to use the engine.
>
> Someone said birt has a large footprint like over 100 MB. I have
> actually checked on my machine as specified below. Although, the report
> engine is only about 36 MB. And I think the report engine is the only
> one i need
>
> Could you please advise the steps i need to take to integrate the birt
> runtime or just the birt report engine only into my module. I am not
> using the birt viewer.
>
>
>
> ..\birt-runtime-3_7_2\ReportEngine [size] ---> 36.7 / 36.8 MB
> ..\birt-runtime-3_7_2\ReportEngine\lib
> ..\birt-runtime-3_7_2\ReportEngine\samples
> ..\birt-runtime-3_7_2\ReportEngine\genReport.bat
> ..\birt-runtime-3_7_2\ReportEngine\genReport.sh
>
> birt-runtime-3_7_2 [size] ---> 111 / 112 MB
> ..\birt-runtime-3_7_2\about_files
> ..\birt-runtime-3_7_2\logs
> ..\birt-runtime-3_7_2\ReportEngine [size] ---> 36.7 / 36.8 MB
> ...\birt-runtime-3_7_2\WebViewerExample [size] ---> 39.5 / 40 MB
> ..\birt-runtime-3_7_2\about.html
> ..\birt-runtime-3_7_2\birt.war [size] ---> 35.5 MB
> ..\birt-runtime-3_7_2\epl-v10.html
> ..\birt-runtime-3_7_2\notice.html
> ..\birt-runtime-3_7_2\readme.txt
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.01801 seconds