Previous Topic Next topic Print topic


COBOL Program Tutorial

In this tutorial, we take you through the following tasks:
  • In Visual Studio, set up and run the COBOL demonstration application to become familiar with how it works
  • Create a Visual Studio project for the COBOL program service interface
  • Define a Java/EJB service interface to access the COBOL application
  • Deploy the service interface to the enterprise server as an EJB
  • Generate and deploy a JSP client to access the service
  • Deploy the resource adapter to JBoss
  • Run the JSP client, accessing the service

Complete this tutorial by following the instructions in the following topics in the order listed here:

Previous Topic Next topic Print topic