JCICS API services and examples

CICS® supports a range of APIs and services for Java™ applications. Many of the services available to non-Java programs through the EXEC CICS API are available to Java programs through the JCICS API along with the standard Java SE APIs provided by the Java SDK.

These topics provide details on the JCICS services and the integration with Java exception handling. Other JEE APIs are available in the Liberty JVM server; for further details, see Developing Java applications to run in a Liberty JVM server.

A set of samples are also provided in GitHub to demonstrate how to use the JCICS API in an OSGi JVM server environment.