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


which best approach connect ibm mainframe application using java connector architecture (jca)?

you have many options... i've tried them all.

their ctg product can bottleneck , licensing ridiculously expensive. recommend staying away cics transaction gateway.

you can homebrew solution using plain data sockets. we're doing this. developed standard java annotation library , standard cobol copybook.

consider mainframe webservices. xml parsing/marshaling can ziip/zaap eligible, don't incur mips charges.

you may consider esb sonic progressive software. offer product called shadow takes guesswork out of mainframe webservices.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -