Home
Analytics
Launching BIRT VIEWER in ECLIPSE IDE with apache tomcat
Mknhere
<p>Hi Everyone.</p><p> </p><p>Can somebody help me to deploy the birt viewer in the eclipse. </p><p>I am developing an application where I need to dynamically create the birt report, report output , and schedule them. </p><p>For this i need to make use of the web viewer example as a reference. </p><p>Please find the image for better understanding. </p><p>I need to deploy this WebViewerExample source code in to my eclipse and i need to execute some sample repots using this viewer. </p><p> </p><p>birt-runtime-3_7_2birt-runtime-3_7_2<strong>[color=#ff0000;]WebViewerExample[/color]</strong></p><p> </p><p><strong class='bbc'>It would be great if anybody can explain this deployment with step by step instructions. </strong></p><p> </p><p> </p><p> </p><p> </p>
Find more posts tagged with
Comments
Mknhere
<p>can somebody please help me in doing this ??? </p>
CBR
<p>Hi Muthu,</p><p> </p><p>what's your eclipse version? does it match the BIRT version or is it different?</p><p> </p><p>Best way is to just grab the corresponding plugins and throw them into your eclipse rcp plugins folder. The webviewer is encapsulated in plugin org.eclipse.birt.report.viewer_3.7.2.v20120213. You could also grab this one and its dependencies. Please be aware of the fact that the webviewer plugin itself doesn't contain the BIRT engine. Instead of containing it, the plugin defines dependencies to the corresponding BIRT plugins.</p><p> </p><p>Another option would be to download the birt source code of the plugin above and change its implementation to run the full webviewer (with engine)</p>
Mknhere
<p>Hi Cbrell,</p><p> </p><p>Thanks for the reply. </p><p>please find my eclipse version listed below </p><p> </p><div>Eclipse IDE for Java and Report Developers</div><div> </div><div>Version: Kepler Release</div><div>Build id: 20130614-0229</div><div> </div><div>I had downloaded the birt source code . </div><div>It would be great if you can help me or give me a hint in changing the implementation to run this web viewer. </div><div> </div><div>Thanks,</div><div>Muthu Kumaran K.</div>
CBR
<p>I m interested in helping you.</p><p> </p><p>I think that i totally missunderstood your question. So just to get it right:</p><p>You are developing your own eclipse rcp application and you want to integrate the birt webviewer into this application? Your eclipse rcp application is based on eclipse 4.3 (Kepler)?</p><p>You are writing that you use eclipse ide for Java and Report developers. You use that version to develop your software but it is not beeing used as the basis for your own application (because then you would have a lot of different plugins that probably do not make much sense for your endusers), correct?</p><p> </p><p>So again:</p><p>Are you developing a eclipse rcp application or just a java application? Please be aware of the fact that every eclipse rcp application is a java application but not every java application is a eclipse rcp application.</p><p>If it is not a eclipse rcp application that you are developing:</p><p>Which technologies do you use as a basis for your application?</p><p> </p><p>This link: <a data-ipb='nomediaparse' href='
http://wiki.eclipse.org/index.php/Rich_Client_Platform'>http://wiki.eclipse.org/index.php/Rich_Client_Platform</a>
; is able to tell you about eclipse rcp and what it is.</p><p> </p><p>I m also not 100% sure what you want to do:</p><p>As far as i understood you want to integrate the BIRT Webviewer into your application. So you basically want to add a button to your application that calls the webviewer and displays the report in a new window or something similar.</p>
Mknhere
<p>Yes Cbrell you are right </p><p>[color=rgb(0,0,0);font-family:helvetica, arial, sans-serif;]basically i want to add a button to your application that calls the webviewer and displays the report in a new window or something similar[/color]</p><p> </p><p><span>let me tell you what my application is going to do </span></p><p><span>My application is generate the birt report based on the user selection . </span></p><p><span>So after the report generation i would like to display the report using the webviewer. </span></p><p> </p><p><span>I want to get the sample java program to make this possible</span></p>
CBR
<p>Sorry i have to ask you again if you are going to develop a eclipse rcp application or some pure java desktop application or are you even developing a webapplication?</p>
Mknhere
<p>Hi Cbrell, </p><p> </p><p>it is going be a pure desktop java application. </p><p>Please help me out
</p>
Mknhere
<p>Hi Cbrell,</p><p> </p><p>It is just confirmed that i need them as a web application. </p><p>Sorry for this inconvenience caused, please help in doing this</p>
Mknhere
<p>Hi Cbrell, </p><p> </p><p>Could you please update on this . </p><p>I am deseperately waiting for your reply/</p>
kclark
<p>Take a look at <a data-ipb='nomediaparse' href='
http://www.eclipse.org/birt/phoenix/deploy/reportEngineAPI.php'>this
link</a> it sounds like your wanting to build an application using the report engine to render the reports. You can also use the BIRT API's to create reports in your java application.</p>