Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to integrate BIRT viewer in RCP application
Kartik Sharma
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">I am looking to integrate BIRT with one of the RCP application. But I am not clear how best we can integrate the BIRT. Following option I explored to do-</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">1) Integrate Report Engine at RCP client. By having Report Engine plugin as a part of client and running report in client side inside RCP application. But this will make client too heavy and possible require more memory in each client machine to execute reports.</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">2) Second to deploy report engine in server and viewer in RCP client. Here we are not clear in term of integration. We required report to be run on same user session under which request is sent by client RCP Application. Any suggestion will help on this.</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Any suggestion on how to resolve it will be also appreciated.</p>
<div> </div>
Find more posts tagged with
Comments
JFreeman
<p>If you want BIRT fully integrated into the RCP application for generating report output, you will need to go with option 1.</p>
<p> </p>
<p>The setup you described with option 2 isn't going to save much in they way of resources needed and will cause increased complexity. You will either want to fully integrate it into the application for running/rendering reports or fully externalize the running/rendering if you are worried about resources.</p>
Kartik Sharma
<p>Hi.. Thanks for the solution. If I go with option 1, then how to proceed with it. Can you please refer some links from where I can take help on how to integrate BIRT into RCP applications. I tried finding it out but couldn't get any wise solution to follow. Please help. Thanks.</p>
JFreeman
<p>Take a look at this page on integrating BIRT into an RCP application: <a data-ipb='nomediaparse' href='
https://wiki.eclipse.org/RCP_Example_(BIRT)_2.1'>https://wiki.eclipse.org/RCP_Example_(BIRT)_2.1</a></p>
;
Kartik Sharma
<p>Thanks for the above link. I got what I wanted. One last question , is it possible to intergrate BIRT report editor into the RCP application? I mean the Palette and the editor on which end user can drag and drop elements. Thanks.</p>
JFreeman
<p>That should be possible. There is an RCP version of the BIRT Designer that includes the pallet functionality.</p>
Kartik Sharma
<p>Ok.Thanks for the help.</p>
JFreeman
<p>You're welcome.</p>
<p>Let us know if you have additional questions.</p>