How to integrate SpagoBI application with Java Spring MVC Application?

I want to open spagoBI docs from spring MVC. Can anyone explain the procedure for integrating SpagoBI application using spring MVC?

+3


source to share


1 answer


There is a Java-based SDK for SpagoBI. You can create controller (get list of reports / parameters, execute SpagoBI documents) and view (select report, enter parameters, display report content) for SpagoBI



I recommend looking at SpagoBI SDK Samples There is also SDK Documentation .

+2


source







All Articles