Spring Batch 或 BIRT 框架

发布于 2024-10-01 04:52:56 字数 137 浏览 0 评论 0原文

我对此很陌生。请告诉我。基本上,我想将 COBOL 代码转换为 Java 并使用 Spring Batch 或 BIRT 框架生成报告。您能否建议如何开始使用这个或它的工作原理的任何底层架构,或者任何参考文献都会有所帮助。

非常感谢您抽出时间。

I am very new to this. Kindly advise me.Basically, I want to convert the COBOL code to Java and generate reports using Spring Batch or BIRT framework. Can you please advice how to start off with this or any underlying architecture of how it works or any references will be helpful.

Thanks a lot for your time.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

似狗非友 2024-10-08 04:52:56

Spring Batch 顾名思义是一个批处理框架。 BIRT 是用于生成报告的工具/运行时库。您正在比较苹果和橙子。不过,两者都可以一起工作来批量生成报告。

如果必须提出任何架构建议,则需要以下信息

  1. 报告是否始终生成于
    批处理模式或者有按需
    要求
  2. 为什么你认为你应该使用
    spring-batch 和 BIRT?
  3. 关于如何报告的简单流程
    现在正在处理哪个申请
    服务器等

Spring Batch is a batch framework as the name suggests. BIRT is the tooling/runtime library for report generation. You are comparing apples and oranges. Both can work together to generate reports in batch though.

Need the below info if any architectural suggestions have to be made

  1. Are the reports always generated in
    batch mode or there is a on-demand
    requirement
  2. Why do you think you should be using
    spring-batch and BIRT?
  3. A simple flow on how reports
    are handled now Which application
    server etc
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文