What's the best way to show html reports gener

2019-04-01 11:52发布

问题:

I'm working on a reporting web application using JasperReports and Spring MVC.

Now, i need to show the reports generated by Jasper, inside a web page.

Is there some facility using Spring/JasperReport or i have to brutally include the html page into a jsp?

回答1:

Yes, Spring MVC supports jasper reports as view

  • Document