Skip to content

Commit 88afcc6

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Update README.md
1 parent 51cbd95 commit 88afcc6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This Java web application demonstrates how to emit and consume CICS events in Java using the JCICS API.
44

5+
## Overview
6+
7+
This sample shows how to consume and emit CICS events using Java code. Events are emitted from a Java EE servlet using the JCICS Event API, equivalent to an `EXEC CICS SIGNAL EVENT` call. This event is processed by CICS event processing and is handled by an event processing adapter. This adapter is configured to call the CICS program `EVNTCONS` when an event is received.
8+
9+
The CICS program `EVNTCONS` is a Java EE program designed to consume CICS events and, in this basic sample, log that an event was received to STDOUT.
10+
511
## Requirements
612

713
* CICS TS V5.3 or later
@@ -12,7 +18,7 @@ This Java web application demonstrates how to emit and consume CICS events in Ja
1218

1319
## Structure
1420

15-
The project consists of two Maven modules:
21+
The project consists of two parts:
1622

1723
1. cics-eventprocessing-java-webapp - the Java source code for this example
1824
2. cics-eventprocessing-java-bundle - the bundle definition for this example

0 commit comments

Comments
 (0)