What's the best way to show html reports generated by JasperReport in a jsp?

余生长醉 提交于 2019-12-05 02:46:03

问题


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


来源:https://stackoverflow.com/questions/8239838/whats-the-best-way-to-show-html-reports-generated-by-jasperreport-in-a-jsp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!