I know that its possible to call SSRS reports from a JSP application. We just have to use URL based integration.
However this requires too much of coding because we have to code the UI (and queries) for parameters.
I am wondering if there is a more productive approach. For example, is there a Java/JSP equivalent of SSRS Report Viewer controls?
Is there a better way to integrate, I have more than 250 reports which we need to integrate on a JSP app, how can we integrate with least effort?
Edit:: The JSP application has its own security infrastructure which must be followed by the reports as well. The reports should not be accessible from outside of the java/jsp application.
However this requires too much of coding because we have to code the UI (and queries) for parameters.
I am wondering if there is a more productive approach. For example, is there a Java/JSP equivalent of SSRS Report Viewer controls?
Is there a better way to integrate, I have more than 250 reports which we need to integrate on a JSP app, how can we integrate with least effort?
Edit:: The JSP application has its own security infrastructure which must be followed by the reports as well. The reports should not be accessible from outside of the java/jsp application.