There are a number of tutorials that guide you through creating COBOL applications of various sorts using the Eclipse IDE. The source files for some of the tutorials are installed in subfolders of the %PUBLIC%\Documents\Micro Focus\Visual COBOL\Samples folder by default. On older versions of Windows the samples might be installed in a different folder, such as for Windows XP, C:\Documents and Settings\All Users\Documents\Micro Focus\Visual COBOL\Samples. These can be installed but are not supported.
The following tutorials are available:
Tutorial | Shows you how to |
---|---|
Tutorial: Creating COBOL Applications in Eclipse | Develop and maintain native COBOL applications in Eclipse. |
Tutorial | Shows you how to |
---|---|
Tutorial: Creating COBOL JVM Applications in Eclipse | Develop and maintain managed COBOL JVM applications in Eclipse. |
Tutorial: Deploying JVM COBOL to an Application Server | Reuse existing JVM COBOL logic within an Enterprise JavaBean, then deploy it to an application server. |
Other tutorials that include in-depth descriptions of how to deploy an existing COBOL application as a Web service within the JBoss Application Server, and how to use a COBOL program in a JVM JSP application, are available on the Micro Focus Community Web site.
Tutorial: Reusing Existing COBOL Programs in a Java Web Services Environment | Use a COBOL program in a JVM JSP application |