Which is the best approach to connect IBM Mainframe application using Java Connector Architecture (JCA)?

让人想犯罪 __ 提交于 2019-12-02 05:24:28

You have many options... I've tried them all.

Their CTG product can be a bottleneck and the licensing is ridiculously expensive. I recommend staying away from the Cics Transaction gateway.

You can homebrew a solution using just plain data sockets. We're currently doing this. We developed a standard Java annotation library and a standard COBOL copybook.

Consider mainframe webservices. The XML parsing/marshaling can be ZIIP/ZAAP eligible, so you don't incur those MIPS charges.

You may also consider an ESB like Sonic from progressive software. They offer a product called Shadow that takes the guesswork out of mainframe webservices.

IBM's approach should be pretty good.

Here's an IBM tutorial to get you started: Introduction to the J2EE Connector Architecture

This is not a JCA solution, but you can also use telnet and screen scraping. This is pretty simple, but not the most efficient way as to have to wait for the screen to appear, etc

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!