掲示板

how to integret reporting tool in liferay 7 CE

6年前 に Devansh Doshi によって更新されました。

how to integret reporting tool in liferay 7 CE

New Member 投稿: 2 参加年月日: 17/05/15 最新の投稿
how to integret reporting tool in liferay 7 CE ?

i am new in liferay can any body help me , how to integret reporting tool in liferay 7 CE.
thumbnail
6年前 に David H Nebinger によって更新されました。

RE: how to integret reporting tool in liferay 7 CE

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
Depends on the tool.

Some reporting engines provide web services to get report data; in this scenario you could invoke the api on the engine to get the data and then build a smart portlet UI to render it.

Other more limited tools only have web presentation. Here your options are to scrape to extract data to display yourself or leverage either the web proxy or iframe portlets to expose the tool's presentation. iframe is typically the selected method here because the UIs tend to be a little complicated for the web proxy portlet to deal with. The challenge here is the support for authentication; iframe won't pass through so users typically have to log in via the iframe.






Come meet me at the 2017 LSNA!
6年前 に Devansh Doshi によって更新されました。

RE: how to integret reporting tool in liferay 7 CE

New Member 投稿: 2 参加年月日: 17/05/15 最新の投稿
I want to integrate BIRT tool in Liferay 7 CE so can you guide me how can I use it and Integrate it in my Portlet.