Skip to content

Commit fb64aae

Browse files
authored
Update README.md
1 parent 2efc95c commit fb64aae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
This repository contains samples to show different scenarios of how you might use the JCICSX API.
44
These will not work out of the box, as you will require valid CICS resources eg CICS Programs and Libraries for them to use.
5-
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*.
5+
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+
Full documentation on Java development using the JCICSX API can be found in the [IBM Knowledge Centre](https://www.ibm.com/support/knowledgecenter/SSGMCP_5.6.0/applications/developing/java/jcicsx-api.html).
68

79

810
## Prerequisites

0 commit comments

Comments
 (0)