Foros de discusión

how to integret reporting tool in liferay 7 CE

Devansh Doshi, modificado hace 6 años.

how to integret reporting tool in liferay 7 CE

New Member Mensajes: 2 Fecha de incorporación: 15/05/17 Mensajes recientes
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 hace 6 años.

RE: how to integret reporting tool in liferay 7 CE

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
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 hace 6 años.

RE: how to integret reporting tool in liferay 7 CE

New Member Mensajes: 2 Fecha de incorporación: 15/05/17 Mensajes recientes
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.