To develop the presentation layer to a CICS application,
you can use the Liberty profile tools to create a web application
that uses Java to access CICS services.
Getting started with the servlet examples
The CICS Explorer SDK contains
examples to help you start developing servlets and JSP pages that
can run in a Liberty JVM server in CICS®.
Creating a dynamic web project
To develop a web presentation layer for your Java application,
you can create a dynamic web project.
Creating a URI map and transaction
You can add application resources to CICS bundles. For
a web application, you might want to provide a URI map that maps the
inbound web requests to run under an application transaction.