Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在官方文档中看到 DynamicJasper 与 Struts 2 的集成是可能的并且很容易。但是 Struts 1 怎么样?是否有可能与 Struts 2 进行集成?
定期下载文件就足够了……不需要任何特殊的东西来集成它。制作报告的逻辑应该在一个服务类中,动作应该调用这个服务。服务应返回一个临时文件,以便让操作将其作为常规文件下载的响应发送给客户端。