动态贾斯珀 +支柱1
我在官方文档上看到 DynamicJasper 与 Struts 2 的集成是可能且简单的。 但是 Struts 1 怎么样?是否有可能像 Struts 2 那样集成?
I saw that DynamicJasper integration with Struts 2 is possible and easy on the official doc.
But how about Struts 1 ?? is there a possible integration like with Struts 2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
常规文件下载就足够了......不需要任何特殊的东西来集成它。
制作报告的逻辑应该位于服务类中,操作应该调用该服务。该服务应返回一个临时文件,以便操作将其作为常规文件下载的响应发送给客户端。
A regular file download should be enough... no need for anything special to have it integrated.
The logic to make the report should be in a service class, the action should call this service. The service should return a temporary file in order to let the action send it as response to the client as a regular file download.