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)
BIRT dsgner into web application
Pats
<p>Hi ,</p>
<p> </p>
<p>How can i integrate BIRT Designer (now designing rpt file throuht eclipse plugin ) in web application so thet i can design my rpt file from web app .</p>
<p> </p>
<p>is their any API or any pulgins available or how i can do this ? Please help me on this .</p>
Find more posts tagged with
Comments
pricher
<p>Hi,</p>
<p> </p>
<p>The quick answer is that you will not be able to embed BIRT Designer into a Web application to create rptdesign; the designer works only as an Eclipse plugin.</p>
<p> </p>
<p>Your options are</p>
<p> </p>
<p>1. write your own web application and integrate the BIRT Design Engine API to generate rptdesign from a web front-end (lots of work...)</p>
<p>2. take a look at the commercial offering, OpenText Actuate Information Hub (formerly iHub) which contains a module, Analytics Studio, that is a web version of the designer.</p>
<p> </p>
<p>Hope this helps,</p>
<p> </p>
<p>P.</p>
Pats
<blockquote class="ipsBlockquote" data-author="pricher" data-cid="138554" data-time="1440003515">
<div>
<p>Hi,</p>
<p> </p>
<p>The quick answer is that you will not be able to embed BIRT Designer into a Web application to create rptdesign; the designer works only as an Eclipse plugin.</p>
<p> </p>
<p>Your options are</p>
<p> </p>
<p>1. write your own web application and integrate the BIRT Design Engine API to generate rptdesign from a web front-end (lots of work...)</p>
<p>2. take a look at the commercial offering, OpenText Actuate Information Hub (formerly iHub) which contains a module, Analytics Studio, that is a web version of the designer.</p>
<p> </p>
<p>Hope this helps,</p>
<p> </p>
<p>P.</p>
</div>
</blockquote>
<p> </p>
<p>Hi Precher,</p>
<p> </p>
<p>Thanks for quick reply .</p>
<p> </p>
<p>1)</p>
<p>Do we have any APIs for web front for desginer ?</p>
<p>Do we have any open source products for this ?</p>
<p>How about RCP desginer , can we integrate this to web app ? </p>
<p> </p>
<p>2) On commertial offering ,</p>
<p> is this tool is compatible with OSGI applications ?</p>
<p> is this tool can be integrated to web application ?</p>
<p> Where i can find the cost and licencing related information (didnt get cost info on site so)?</p>
pricher
<p>Hi,</p>
<p> </p>
<p>The Design Engine API is the only API available at the design phase. It is used to create custom reports programmatically or create custom report designer tools. If you were to write a web app where the output is a BIRT Design, your web app would use the Design Engine API to create the structure of the report.</p>
<p> </p>
<p>For information about the commercial offering, I suggest you can in touch with your local OpenText office by using the following <a data-ipb='nomediaparse' href='
http://www.actuate.com/company/global-contacts/'>link</a>.</p>
;
<p> </p>
<p>Regards,</p>
<p> </p>
<p>P.</p>
Pats
<blockquote class="ipsBlockquote" data-author="pricher" data-cid="138576" data-time="1440076285">
<div>
<p>Hi,</p>
<p> </p>
<p>The Design Engine API is the only API available at the design phase. It is used to create custom reports programmatically or create custom report designer tools. If you were to write a web app where the output is a BIRT Design, your web app would use the Design Engine API to create the structure of the report.</p>
<p> </p>
<p>For information about the commercial offering, I suggest you can in touch with your local OpenText office by using the following <a data-ipb='nomediaparse' href='
http://www.actuate.com/company/global-contacts/'>link</a>.</p>
;
<p> </p>
<p>Regards,</p>
<p> </p>
<p>P.</p>
</div>
</blockquote>
<p>Thanks Pricher</p>
pbeltranl
<p>You might want to try by recompiling the Report Designer as RAP application....</p>
Pats
<blockquote class="ipsBlockquote" data-author="pbeltranl" data-cid="138663" data-time="1440316933">
<div>
<p>You might want to try by recompiling the Report Designer as RAP application....</p>
</div>
</blockquote>
<p> </p>
<p>Hi ,</p>
<p> </p>
<p>Yes is it possible to do this way , by converting into RAP application .</p>