Working with J2EE Application Server Products

ACUCOBOL-GT applications can be integrated with application server platforms using any of the methods described in this chapter. Your Java components are managed by the application server, but they can still gain access to COBOL using our CVM class, the C$SOCKET routine, CGI programs, the runtime DLL, or named pipes.

Similarly, your COBOL applications can access your Java components, managed by the application server, via our C$JAVA routine, the C$SOCKET routine, the CALL statement, the C$SYSTEM routine, or named pipes.