是否存在基于 Java 的数据聚合和报告框架?
我即将开始一个集成项目,旨在通过 SOAP、JSON 等从多个不同的应用程序收集数据。然后该数据用于报告。
有没有成熟的框架来解决这个问题? 或者有人可以推荐一种设计模式来帮助将数据获取与报告分离?
I'm about to commence working on an integration project that aims to gather data from several different application via SOAP, JSON etc. This data is then used for reporting.
Does a mature framework exist for this issue?
Or can anyone recommend a design pattern that would help to decouple the data fetching from the reporting?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您查看 Spring Integration 项目以了解您的需求的集成方面。
I suggest that you look at the Spring Integration project for the integration side of you requirements.
您检查过 BIRT 吗?不过我自己从来没用过...
Have you checked out BIRT? I never used it myself though...