Is it possible to connect Java beans and COBOL programs through sockets by using the ezasocket project?
A project called LegStar can generate ESB adapters for CICS sockets. "It generates COBOL Transformers, which have the capability to convert mainframe
data to java objects and Mainframe Services, which are either Adapters for CICS programs or Proxies that give CICS programs access to java beans/Web Services."
As my COBOL programs run on Linux and there are no CICS-sockets, I wonder if I can compensate this through ezasocket. Is this doable or did I misunderstand something?