This topic lists the different container demonstrations that are supplied with Visual COBOL, specifies the folder they are contained in, and provides a brief summary of what they do.
Demonstration | Location | Summary |
---|---|---|
Base Image | DevHub | Creates a base image for
Visual COBOL
Development Hub.
(Ubuntu only) Use the devcontainer option when running the batch file to create a development containers base image. |
Ant | Examples/Build_demo_ant | Uses Ant to create an image containing a sample (Hello World) application that can be run or debugged. |
Hello World | Examples/Build_HelloWorld | Creates an image containing a sample (Hello World) application that can be run or debugged. |
Hello World (JVM) | Examples/Build_JVM_HelloWorld | Creates an image containing a sample JVM COBOL (Hello World) application that can be run or debugged. |
JSON | Examples/Build_demo_json | Compiles the Visual COBOL JSON demo in a container and uses the results to produce a new image with the example. |
MFUnit | Examples/Build_demo_mfunit | Compiles the Visual COBOL MFUnit demo in a container and uses the results to produce a new image with the example. |
Multithreading | Examples/Build_demo_mthread | Compiles the Visual COBOL Mthread demo in a container and uses the results to produce a new image with the example. |
Development containers (Ubuntu only) | Examples/DevContainers | Contains two demo applications (HelloWorld, mfunit) that can be opened within the dev container base image. Use the prepare... script to configure them for use with the dev container. |
For detailed information see The Container Demonstration for the Visual COBOL Base Image and The Hello World Container Demonstration.