Summary

In this tutorial you have learned how to add a COBOL program to an Eclipse project, and build the program with appropriate compiler directives for use in a web-based environment. You then learned how to incorporate this COBOL project into a dynamic web project, in which you created a JSP and a bean as a view of the COBOL program. In addition, using the Micro Focus session management class you learned how to create a Java interface class to the COBOL program, a servlet and a deployment descriptor to drive the COBOL program in a web-based environment. Finally, you learned how to debug both the COBOL and Java code in Eclipse.