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-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# JCICSX-Samples
2
2
3
-
This repository contains samples to show different scenarios of how you might use the JCICSX API.
4
-
These will not work out of the box, as you will require valid CICS resources eg CICS Programs and Libraries for them to use.
3
+
These Java samples show different scenarios of how you might use the CICS-provided Java API (JCICSX API) for application development and testing.
4
+
These will not work out of the box, as you will require valid CICS resources e.g. CICS Programs and Libraries for them to use.
5
+
5
6
Each sample is contained within a web application which can be packaged as a WAR in a CICS bundle and deployed to CICS using the [CICS bundle Maven plugin](https://github.com/IBM/cics-bundle-maven) or the [CICS bundle Gradle plugin](https://github.com/IBM/cics-bundle-gradle). If you're just interested in the Java code, this can be found in *src/main/java*.
6
7
7
-
Full documentation on Java development using the JCICSX API can be found in the [IBM Knowledge Center](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/applications/developing/java/jcicsx-api.html).
8
+
Full documentation on Java development using the JCICSX API can be found in the [IBM Documentation](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/applications/developing/java/jcicsx-api.html).
0 commit comments