posted 21 years ago
I am curious too.
I need to have Java and Cobol shake hands, if not any more.
To be precise: I wonder how to invoke Java methods from Cobol.
And the scenic routes like invoking applet/servlet/jsp pages are gonna be too cumbersome.
So, how can we:
1) Declare a java object in a Cobol Program ?
2) Invoke a method on that object from that very program ?
Ideal case would be to communicate across TCP/IP thru some SNA/TCP-IP gateway (like via using REXX), but as the first step, we can throw that complication out.
I am reading up on Enterprise Cobol; hopefully someone over here has already charted those waters
Thanks in advance.