Fórum

how to integret reporting tool in liferay 7 CE

Devansh Doshi, modificado 6 Anos atrás.

how to integret reporting tool in liferay 7 CE

New Member Postagens: 2 Data de Entrada: 15/05/17 Postagens Recentes
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
David H Nebinger, modificado 6 Anos atrás.

RE: how to integret reporting tool in liferay 7 CE

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
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!
Devansh Doshi, modificado 6 Anos atrás.

RE: how to integret reporting tool in liferay 7 CE

New Member Postagens: 2 Data de Entrada: 15/05/17 Postagens Recentes
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.