I am currently working on a project that will require me to make a CICS transaction call.
I am using Spring V2.0 + Ibatis + Tomcat V6.
I have never done anything like this so any help is greatly appreciated.
I am currently working on a project that will require me to make a CICS transaction call.
I am using Spring V2.0 + Ibatis + Tomcat V6.
I have never done anything like this so any help is greatly appreciated.
You will not be able to make CICS calls directly. You have two options here:
1) Use MQ to deliver a message to CICS
2) Use the IBM CICS Transaction Gateway (CTG)
Which one of these technologies can I use in conjunction with Tomcat?