Skip to content

Commit fb6b7f3

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Merge pull request #12 from BROWNAL7/BROWNAL7-review-changes
Review changes - README
2 parents e8f0fba + 741142f commit fb6b7f3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
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
@@ -54,7 +60,7 @@ This will compile the Java code, build a WAR file and package it and the EP adap
5460
Run the following command from the `cics-eventprocessing-java` directory:
5561

5662
```sh
57-
mvn verify
63+
./mvnw verify
5864
```
5965

6066
This will compile the Java code, build a WAR file and package it and the EP adapter and Event binding into a CICS bundle as a ZIP file at `./cics-eventprocessing-java-bundle/target/cics-eventprocessing-java-bundle-0.0.1-SNAPSHOT.zip`

0 commit comments

Comments
 (0)