Skip to content

Commit db0d99a

Browse files
committed
embed keywords like Java API and Java samples
Signed-off-by: Vera <[email protected]>
1 parent 9ad538d commit db0d99a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# JCICSX-Samples
22

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+
56
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*.
67

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).
89

910

1011
## Prerequisites

0 commit comments

Comments
 (0)