Spring Batch 或 BIRT 框架
我对此很陌生。请告诉我。基本上,我想将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Spring Batch 顾名思义是一个批处理框架。 BIRT 是用于生成报告的工具/运行时库。您正在比较苹果和橙子。不过,两者都可以一起工作来批量生成报告。
如果必须提出任何架构建议,则需要以下信息
批处理模式或者有按需
要求
spring-batch 和 BIRT?
现在正在处理哪个申请
服务器等
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
batch mode or there is a on-demand
requirement
spring-batch and BIRT?
are handled now Which application
server etc