Skip to content

Commit 646ab26

Browse files
authored
Update README.md
1 parent d1b8e5e commit 646ab26

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
# CICS OSGi Java program link application
1+
# CICS OSGi Java Hello application
22

3-
This sample demonstrates how to use the JCICS Program class to perform CICS LINK operations between CICS Java programs using either a COMMAREA or a channel interface within a CICS OSGi JVM server.
4-
Java programs for both the calling and target programs are provided.
5-
6-
Sample DFHCSDUP input is provided to build the CICS resource definitions for the transaction IDs, programs and bundles,
7-
along with Gradle and Maven build files to build the Java applications and package into CICS bundle project ZIP files for deployment.
8-
Branches are provided for both CICS TS V5 and CICS TS V6 highlighting changes in JCICS v2 at CICS TS V6.
9-
The V5 branch uses the OSGi CICS-MainClass header to denote the program entry point, and the CICS TS V6 branch uses the
10-
new `@CICSProgram` annotation for the channel based programs and the CICS-MainClass header for the COMMAREA based prgorams.
3+
This sample demonstrates a simple Hello World Java application running in a CICS OSGi JVM Server.
114

125
## Versions
136
| CICS TS for z/OS Version | Branch | Minimum Java Version | Build Status |
147
|--------------------------|----------------------------------------|----------------------|--------------|
15-
| 5.5, 5.6 | [cicsts/v5.5](/../../tree/cicsts/v5.5) | 8 | [![Build](https://github.com/cicsdev/cics-java-osgi-link/actions/workflows/java.yaml/badge.svg?branch=cicsts%2Fv5.5)](https://github.com/cicsdev/cics-java-osgi-link/actions/workflows/java.yaml) |
16-
| 6.1 | [cicsts/v6.1](/../../tree/cicsts/v6.1) | 17 | [![Build](https://github.com/cicsdev/cics-java-osgi-link/actions/workflows/java.yaml/badge.svg?branch=cicsts%2Fv6.1)](https://github.com/cicsdev/cics-java-osgi-link/actions/workflows/java.yaml) |
8+
| 5.5, 5.6 | [cicsts/v5.5](/../../tree/cicsts/v5.5) | 8 | [![Build](https://github.com/cicsdev/cics-java-osgi-hello/actions/workflows/java.yaml/badge.svg?branch=cicsts%2Fv5.5)](https://github.com/cicsdev/cics-java-osgi-hello/actions/workflows/java.yaml) |
9+
| 6.1 | [cicsts/v6.1](/../../tree/cicsts/v6.1) | 17 | [![Build](https://github.com/cicsdev/cics-java-osgi-hello/actions/workflows/java.yaml/badge.svg?branch=cicsts%2Fv6.1)](https://github.com/cicsdev/cics-java-osgi-hello/actions/workflows/java.yaml) |
1710

1811
## License
1912
This project is licensed under [Eclipse Public License - v 2.0](LICENSE).

0 commit comments

Comments
 (0)