You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,12 @@
1
-
# CICS OSGi Java program link application
1
+
# CICS OSGi Java Hello application
2
2
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.
11
4
12
5
## Versions
13
6
| CICS TS for z/OS Version | Branch | Minimum Java Version | Build Status |
0 commit comments