I want to Integrate SpagoBI server in Grails or Java applications. I have developed some report in SpagoBI server and it is working fine. The same reports I want to display in Grails or Java applications.
How to Integrate SpagoBI server in Grails or Java application
402 Views Asked by Amruth Basava At
2
There are 2 best solutions below
0

The SpagoBI SDK download contains examples of using the JavaScript tag library and Java libraries for retrieving available reports, executing, and displaying the report
You can also see a code sample I posted previously at the link below. It uses JSP and the SpagoBI Java library to execute a specified report (by label) and return a PDF or XLS.
You can use the SpagoBI SDK to integrate it in your web application (especially Java). Take a look here: http://wiki.spagobi.org/xwiki/bin/view/spagobi_sdk/