Stan James
Posts: 4
Nickname: j3
Registered: Feb, 2004
|
|
Re: Java - MainFrame Connection ARCHITECTURE ?
|
Posted: Feb 26, 2004 10:14 AM
|
|
That's a pretty broad topic! A lot depends on what kind of mainframe and what kind of communication it supports. I've talked to IBM CICS using APPC/LU6.2, MQ-Series, CICS OS/2, 3270 emulation, IND$FILE transfer, distributed databses and probably a few others I've forgotten.
In all cases, we were able to isolate the mainframe access to a small corner of the system, so the architectural impact on the client was minimal. The system I'm on now has an object persistance API that is identical across SQL and MQ-Series. We hope to extend it to be identical for web services.
Behind the interfaces that implement that API you run rapidly into the big "middleware" area. I'm a fan of MQ-Series, even for synchronous request-response stuff. Many other vendors promise to make mainframe access easy. Attachmate comes to mind right now.
Any of that sound like you areas of interest?
|
|